Files
serenity/Userland/Libraries/LibWasm/AbstractMachine/BytecodeInterpreter.cpp
Diego Frias dea772ab0f LibWasm: Directly remove from the stack when clearing a label
Theoretically, the previous "pop, then push" method should be faster,
but it's actually faster to just remove from the stack directly.

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

99 KiB