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
We have enough compiler functionality to compile evm node with zkLLVM. Let's adjust the code for circuit mode and remove unnecessary complications such as custom hashes implementation.
As a result of this task, we need to have a fully operational evm node when compiling to x86/ARM. On the other hand, we want to have a full circuit of EVM. To distinguish the code for different targets, ZKLLVM macros can be used. When possible, let's avoid code modifications if it does not affect performance.
We have enough compiler functionality to compile evm node with zkLLVM. Let's adjust the code for circuit mode and remove unnecessary complications such as custom hashes implementation.
As a result of this task, we need to have a fully operational evm node when compiling to x86/ARM. On the other hand, we want to have a full circuit of EVM. To distinguish the code for different targets, ZKLLVM macros can be used. When possible, let's avoid code modifications if it does not affect performance.
The text was updated successfully, but these errors were encountered: