less than 1 minute read

  1. 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.
    1. 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.
    2. https://groups.google.com/a/chromium.org/g/chromium-discuss/c/eiO7Qxfyefk

20210903

Tags:

Categories:

Updated:

Leave a comment