Files
serenity/Userland/Libraries/LibWasm/AbstractMachine/BytecodeInterpreter.cpp
Diego Frias 6a1d2f990c LibWasm: Split main interpreter stack into three
Instead of one stack to hold frames, labels, and values, there is now
three separate stacks. This speeds up fib(30) from 580ms to 480ms.

(cherry picked from commit a3b077c6415e0f4038b8c8da1e1e9c9cc2df5f0a)
2024-11-12 19:58:14 -05:00

99 KiB