Files
sdk/runtime/platform
Ryan Macnak 3fb88e4c66 [vm, gc] Mark through new-space.
- Initial and final marking no longer visit all of new-space, reducing the STW pause for major GC.
 - A scavenge during concurrent marking must forward / filter objects in the marking worklist that are moved / collected, increasing the STW pause for minor GC.
 - Unreachable intergenerational cycles and weak references are collected in the next mark-sweep instead of first requiring enough scavenges to promote the whole cycle or weak target into old-space.
 - Artificial minor GCs are no longer needed to avoid memory leaks from back-to-back major GCs.
 - reachabilityBarrier is now just a count of major GCs.

TEST=ci
Change-Id: I6362802cd93ba5ba9c39f116ddff82e4feb4c312
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/321304
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
2023-08-22 16:19:06 +00:00
..
2022-09-10 15:12:35 +00:00
2022-09-10 15:12:35 +00:00
2023-08-22 16:19:06 +00:00
2023-01-24 18:00:25 +00:00
2023-01-24 18:00:25 +00:00
2023-02-21 18:58:42 +00:00
2023-03-06 22:06:59 +00:00
2023-05-15 17:52:49 +00:00
2023-05-15 17:52:49 +00:00