Samsung / walrus

WebAssembly Lightweight RUntime
Apache License 2.0
37 stars 10 forks source link

Improve dead code elimination #106

Closed zherczeg closed 1 year ago

zherczeg commented 1 year ago

JIT data flow analysis has issues when the byte code contains dead code. This patch improves dead code elimination when a block has no jumps to its end.

zherczeg commented 1 year ago

Can this patch landed?