Samsung / walrus

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

Compile function earlier and free resources #215

Closed zherczeg closed 6 months ago

zherczeg commented 6 months ago

Cuts the memory consumption of jit compiling by around 1/3. Mostly code reorganization, but a few extra loops were added. These should have little impact on compilation performance.