mohanson/pywasm

Pop out value from stack when call/invoke ends.

mohanson opened this issue · 3 comments

For performance, does not automatically pop out data when call / invoke ends, which is different from the spec, because in most case, we push the result from call / invoke into stack again.

I am going to remove this performance optimization to be exactly the same as the spec describes.

The performance is degraded. Time to run test cases, from 3.6s to 5.2s in my computer.

sad.

Well, I took a moment to do it. Praise.