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

Mimalloc prep #457

Merged
merged 4 commits into from
Feb 29, 2024
Merged

Mimalloc prep #457

merged 4 commits into from
Feb 29, 2024

Conversation

saghul
Copy link
Owner

@saghul saghul commented Feb 28, 2024

No description provided.

@saghul saghul force-pushed the mimalloc-prep branch 2 times, most recently from c587b52 to 3db4874 Compare February 29, 2024 07:52
Objects might need to be freed after the JS context is gone, so delay
destroying the runtime until the very end.

This is tricky, however, since it means bindings need to make sure not
to use js_free but rather do js_free_rt when releasing resources late.
@saghul saghul merged commit a87f0df into master Feb 29, 2024
11 checks passed
@saghul saghul deleted the mimalloc-prep branch February 29, 2024 12:13
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