ladybird/Libraries/LibWasm/Printer
Ali Mohammad Pur 33cd5ae08c LibWasm: Fuse some very common instruction combos into specialised ops
Largely combinations of i32.const and local.get.
This shaves off at most single-digit% number of instructions from
dispatch, which translates to at most ~10% reduced dispatch time.

Across most benchmarks, this gains around ~5% perf increase.
2025-08-08 12:54:06 +02:00
..
Printer.cpp LibWasm: Fuse some very common instruction combos into specialised ops 2025-08-08 12:54:06 +02:00
Printer.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00