mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-08 16:12:23 +02:00
By handling call instructions in an inline (C++) function, we were breaking the alloca() optimization and adding stack overhead. We fix this by using a macro instead. It looks awful but it works. 1.07x speedup on MicroBench/call-00-args.js