binaryen icon indicating copy to clipboard operation
binaryen copied to clipboard

Remove GC restriction on removing blocks in Stack IR

Open tlively opened this issue 2 years ago • 0 comments

Now that we no longer have RTTs, every value can be safely stored in a local and we don't need to avoid emitting stacky code that we wouldn't be able to load later. We should start calling removeUnneededBlocks in StackIR.cpp unconditionally.

tlively avatar Aug 02 '22 22:08 tlively