Files
ladybird/Userland/Libraries/LibWasm/AbstractMachine/BytecodeInterpreter.h
Diego Frias a2448308fd 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.
2024-08-07 01:10:20 +02:00

4.0 KiB