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

Support multiple pages of objects (per type per heap) #4

Closed
jorendorff opened this issue Jan 27, 2016 · 0 comments
Closed

Support multiple pages of objects (per type per heap) #4

jorendorff opened this issue Jan 27, 2016 · 0 comments

Comments

@jorendorff
Copy link
Owner

Currently, we allow at most 1 page of objects per gc_ref_type! in your program, per Heap. The number of objects of any given type you can allocate, then, is roughly 4096 divided by the size of the type.

This is a pretty silly restriction, and it should be easy to lift. (The hardest part is retaining the ability to test full and near-full heap conditions.)

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

No branches or pull requests

1 participant