Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upConsider GC-ing during style recalc #9003
Open
Comments
|
CC #233 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The idea here is that we can tenure all objects in the nursery to make sure they don't move during style recalc and then perform a non-compacting GC:
or