Pop out value from stack when call/invoke ends.
mohanson opened this issue · 3 comments
mohanson commented
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.
mohanson commented
The performance is degraded. Time to run test cases, from 3.6s to 5.2s in my computer.
mohanson commented
sad.
mohanson commented
Well, I took a moment to do it. Praise.