haxe icon indicating copy to clipboard operation
haxe copied to clipboard

Eval performance regression

Open Simn opened this issue 7 months ago • 0 comments

I noticed some eval benchmarks that suffered performance regressions on ~~May 23rd~~ March 23rd:

Image

This is quite surprising because compilation time in general (greatly) improved on that day, which we attribute to the change from OCaml 4 to 5. Eval must be doing something specific that OCaml 5 doesn't like, so some good old-fashioned profiling is in order here. (sad Windows noises...)

Simn avatar Apr 10 '25 12:04 Simn