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

fix: Re-enable pointer compression #1473

Merged
merged 6 commits into from May 15, 2024

Conversation

mmastrac
Copy link
Contributor

@mmastrac mmastrac commented May 9, 2024

Re-land pointer compression now that @wingo's external pointer table GC changeset has landed.

Reverts #1302 / #1214

@mmastrac mmastrac mentioned this pull request May 15, 2024
Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

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

LGTM

let source = v8::String::new(
scope,
r#"
for(let i = 0; i < 1_000_000; i++) new ArrayBuffer(1024 * 1024);
Copy link
Member

Choose a reason for hiding this comment

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

1e6 seems excessive?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will drop it down by an order of magnitude which should still be sufficient

tests/test_api.rs Outdated Show resolved Hide resolved
@mmastrac mmastrac enabled auto-merge (squash) May 15, 2024 13:46
@mmastrac mmastrac merged commit 2686f23 into denoland:main May 15, 2024
15 checks passed
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.

None yet

2 participants