Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two-phase initialization #44

Open
chfast opened this issue Jul 18, 2018 · 2 comments
Open

Two-phase initialization #44

chfast opened this issue Jul 18, 2018 · 2 comments
Assignees

Comments

@chfast
Copy link
Member

chfast commented Jul 18, 2018

We should split the evmc_context (host-side execution context) from evmc_context_fn_table. The evmc_context_fn_table should be renamed to evmc_host_interface and passed to the VM instance constructor. That would require splitting the ABI check from the VM instance creation.

@chfast chfast added this to the 6.0 milestone Aug 20, 2018
@axic axic removed this from the 6.0 milestone Aug 27, 2018
@chfast chfast self-assigned this Aug 31, 2018
@axic
Copy link
Member

axic commented Dec 10, 2019

@chfast wasn't this done by #427?

@chfast
Copy link
Member Author

chfast commented Dec 10, 2019

and passed to the VM instance constructor. That would require splitting the ABI check from the VM instance creation.

^^^ The second part is not done yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants