You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For fraud proof using asterisc (riscv virtual machine), we don't need to run all the simulation in the designed interpreter. Recently I want to use static binary translator to boost the performance of riscv emulation by translating all the riscv instructions to native machine codes. In this way, the original program can be run hundreds of times faster or more.
I am looking for anyone who is interested in qemu, computer architecture, and system to join me. Any idea of collaborating with optimism is also appreciated.
Another optimistic L2 platform is using wasmer to run their fraud proof process and Rust/C smart contract in nearly native speed. And I think optimism's stack may also need this, which can lower the cost for computation for the dispute process. And I think binary translation can't be a better approach to achieve this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Idea
For fraud proof using asterisc (riscv virtual machine), we don't need to run all the simulation in the designed interpreter. Recently I want to use static binary translator to boost the performance of riscv emulation by translating all the riscv instructions to native machine codes. In this way, the original program can be run hundreds of times faster or more.
I am looking for anyone who is interested in qemu, computer architecture, and system to join me. Any idea of collaborating with optimism is also appreciated.
Another optimistic L2 platform is using wasmer to run their fraud proof process and Rust/C smart contract in nearly native speed. And I think optimism's stack may also need this, which can lower the cost for computation for the dispute process. And I think binary translation can't be a better approach to achieve this.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions