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

Make use of initial memory when initializing the incremental GC #1692

Merged
merged 2 commits into from
Feb 20, 2021

Conversation

dcodeIO
Copy link
Member

@dcodeIO dcodeIO commented Feb 20, 2021

Instead of kicking in at GRANULARITY already, potentially doing unnecessary marking until reaching stable state, this change delays the first GC interrupt until half the heap is used, also in order to make good use of --initialMemory.

An optimized compiler run, with the updated configuration, now looks like this for example:
gc

  • I've read the contributing guidelines

@dcodeIO dcodeIO requested a review from MaxGraey February 20, 2021 18:10
@dcodeIO dcodeIO merged commit 4ccda0b into master Feb 20, 2021
@dcodeIO dcodeIO mentioned this pull request Feb 21, 2021
1 task
@dcodeIO dcodeIO deleted the itcms-coldstart branch June 1, 2021 15:20
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