AntelopeIO / leap

C++ implementation of the Antelope protocol
Other
116 stars 68 forks source link

Use single WASM interface for parallel read-only trx execution #1158

Closed linh2931 closed 1 year ago

linh2931 commented 1 year ago

This is one of work items identified in https://github.com/eosnetworkfoundation/product/issues/149 for https://github.com/eosnetworkfoundation/product/pull/161.

In current parallel EOS-VM and EOS-VM-JIT execution, each thread uses a separate WASM interface. This causes several issues:

Single WASM interface is to be used.

bhazzard commented 1 year ago

I need to simplify the related product initiatives into one.

linh2931 commented 1 year ago

PRs:

Leap -- https://github.com/AntelopeIO/leap/pull/1549 EOS VM -- https://github.com/AntelopeIO/eos-vm/pull/20