Samsung / walrus

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

Remove simple branches after BrTable #91

Closed zherczeg closed 1 year ago

zherczeg commented 1 year ago

This code removes branches after BrTable, which reduces code size, and should improve performance. The code still needs polishing. What do you think?

ksh8281 commented 1 year ago

It's better than before!

zherczeg commented 1 year ago

I think the current version is ready to review.