Chrome GC timing
- GC is complex, and it keeps changing every time Chromium is updated. GC is mostly done incrementally, some of it concurrently, and some of it in parallel. And it’s determined(?) by the allocation amount(?) and idle time.
- The summary is that most of the GC work is done incrementally, some concurrently, some in parallel; it’s driven mostly by allocation amount and idle time.
- https://groups.google.com/a/chromium.org/g/chromium-discuss/c/eiO7Qxfyefk
20210903
Leave a comment