Hero6 icon indicating copy to clipboard operation
Hero6 copied to clipboard

[Engine - Pathfinder] 1st execution of pathfinder is excessively slower the rest

Open persn opened this issue 8 years ago • 1 comments

I'm pretty sure this is the JIT compiler, we should dummy execute the pathfinder once in the game loading to eliminate this stutter.

persn avatar Oct 18 '17 06:10 persn

The better solution is to implement AOT compilation https://github.com/dotnet/corert

persn avatar Jan 12 '19 17:01 persn