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

vmlogic: maintain memory by a Box #11614

Merged
merged 2 commits into from
Jun 19, 2024
Merged

Commits on Jun 19, 2024

  1. vmlogic: maintain memory by a Box

    This is a part of an effort to drop the lifetime from the `VMLogic`
    structure in order to make it more straightforward to have it live for a
    longer duration alongside the instance and not force our hand in pretty
    much "create-execute contract-drop" flow.
    nagisa committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    14b3679 View commit details
    Browse the repository at this point in the history
  2. fixup

    nagisa committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5bfbe8a View commit details
    Browse the repository at this point in the history