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

feat(ecmascript): Implement Drop for DataBlock #41

Merged
merged 2 commits into from
Oct 30, 2023
Merged

Conversation

aapoalas
Copy link
Collaborator

No description provided.

This requires adding a ManuallyDrop wrap on DataBlock usage in
ArrayBufferHeapData object to avoid heap constantly dropping
DataBlocks. The benefit is that now proper memory management
of DataBlocks is easier to implement.
Copy link
Contributor

@sno2 sno2 left a comment

Choose a reason for hiding this comment

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

LGTM

@aapoalas aapoalas merged commit 5012f9b into main Oct 30, 2023
1 check passed
@aapoalas aapoalas deleted the feat/data-block-drop branch October 30, 2023 19:30
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.

2 participants