Shenandoah: Make Traversal GC also use SATB

XMLWordPrintable

    • gc
    • x86_64, aarch64
    • generic

      Currently, Shenandoah's Traversal GC mode is using a modified incremental-update algorithm for concurrent traversal. This requires a lot of code generated specifically for this mode (all the special barriers). Recent experiments have shown that SATB is actually more effective than this, and switching to SATB leads to a much more streamlined codebase and clearer algorithm. It'll also make it easier to eventually backport Traversal GC.

            Assignee:
            Roman Kennke
            Reporter:
            Roman Kennke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: