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

Allow starting isolate from snapshot bytes on the heap #5187

Merged
merged 2 commits into from
May 10, 2020

Conversation

mraerino
Copy link
Contributor

@mraerino mraerino commented May 9, 2020

Fixes #4402

Since there has been a refactor for isolate startup data, fixing this has gotten sooo much easier. Thank you for that.

@mraerino mraerino marked this pull request as ready for review May 9, 2020 21:06
@ry
Copy link
Member

ry commented May 9, 2020

Since there has been a refactor for isolate startup data, fixing this has gotten sooo much easier.

Glad to hear that! I'll let Bert review this one since he did that work before.

@ry ry requested a review from piscisaureus May 9, 2020 21:41
@piscisaureus
Copy link
Member

Since there has been a refactor for isolate startup data, fixing this has gotten sooo much easier.

Good to hear, solving the snapshot "lifetime" issue was one of the goals.

Copy link
Member

@piscisaureus piscisaureus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM & thank you

@piscisaureus piscisaureus merged commit f6b6177 into denoland:master May 10, 2020
@mraerino mraerino deleted the feat/boxed-snapshot branch May 10, 2020 01:54
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.

Allow loading non-static snapshots
3 participants