good morning!!!!

Skip to content
Snippets Groups Projects
Commit ae992a5d authored by Paweł Bylica's avatar Paweł Bylica Committed by Guillaume Ballet
Browse files

core/vm: Hide read only flag from Interpreter interface (#17461)

Makes Interface interface a bit more stateless and abstract.

Obviously this change is dictated by EVMC design. The EVMC tries to keep the responsibility for EVM features totally inside the VMs, if feasible. This makes VM "stateless" because VM does not need to pass any information between executions, all information is included in parameters of the execute function.
parent 8b9b149d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment