Skip to content
  • Cheng Shao's avatar
    rts: enable wasm32 register mapping · 0cda2b8b
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    The wasm backend didn't properly make use of all Cmm global registers
    due to #24347. Now that it is fixed, this patch re-enables full
    register mapping for wasm32, and we can now generate smaller & faster
    wasm modules that doesn't always spill arguments onto the stack. Fixes #22460 #24152.
    0cda2b8b