# Objective - Partial fix #19504 - As more features were added to Bevy ECS, certain core hot-path function calls exceeded LLVM's automatic inlining threshold, leading to significant performance regressions in some cases. ## Solution - inline more functions. ## Performance This brought nearly 3x improvement in Windows bench (using Sander's testing code) --------- Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com> |
||
|---|---|---|
| .. | ||
| command_queue.rs | ||
| component_constants.rs | ||
| deferred_world.rs | ||
| entity_fetch.rs | ||
| entity_ref.rs | ||
| error.rs | ||
| filtered_resource.rs | ||
| identifier.rs | ||
| mod.rs | ||
| reflect.rs | ||
| spawn_batch.rs | ||
| unsafe_world_cell.rs | ||