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

A51 Optimize the way we store function body #44

Merged
merged 1 commit into from
Dec 13, 2022
Merged

A51 Optimize the way we store function body #44

merged 1 commit into from
Dec 13, 2022

Conversation

Ph0enixKM
Copy link
Member

  • remove storing the metadata in the function declaration
  • use swap instead of directly cloning metadata to create a new snapshot and restore existing snapshot
  • restructure metadata, import and function cache and context
  • improve overall performance

@amber-lang amber-lang deleted a comment from vercel bot Dec 13, 2022
@Ph0enixKM Ph0enixKM merged commit 93d8c06 into master Dec 13, 2022
@Ph0enixKM Ph0enixKM deleted the A51 branch December 13, 2022 18:06
@Ph0enixKM Ph0enixKM changed the title Optimize the way we store function body A51 Optimize the way we store function body Dec 23, 2022
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

Successfully merging this pull request may close these issues.

1 participant