Parse wasms once for JIT
linh2931 opened this issue · 1 comments
linh2931 commented
WASMs are currently parsed twice: the first parse determines memories needed to store module information and the second parse uses that amount of memory for actual parsing.
https://github.com/AntelopeIO/eos-vm/pulls makes it possible to parse only once for JIT and reduce memory required to store the parsed information significantly.
linh2931 commented