RFR: Load balance remembered set scanning [v2]
Kelvin Nilsen
kdnilsen at openjdk.org
Thu Jul 28 19:18:20 UTC 2022
> This branch divides remembered set scanning into smaller units of work so that multiple cores can more effectively share the workload between them. The benefit is to reduce concurrent scan remembered set times and to increase the parallelism of this phase.
Kelvin Nilsen has updated the pull request incrementally with one additional commit since the last revision:
Respond to reviewer comments
-------------
Changes:
- all: https://git.openjdk.org/shenandoah/pull/153/files
- new: https://git.openjdk.org/shenandoah/pull/153/files/0587940d..6b51cbf3
Webrevs:
- full: https://webrevs.openjdk.org/?repo=shenandoah&pr=153&range=01
- incr: https://webrevs.openjdk.org/?repo=shenandoah&pr=153&range=00-01
Stats: 35 lines in 4 files changed: 4 ins; 24 del; 7 mod
Patch: https://git.openjdk.org/shenandoah/pull/153.diff
Fetch: git fetch https://git.openjdk.org/shenandoah pull/153/head:pull/153
PR: https://git.openjdk.org/shenandoah/pull/153
More information about the shenandoah-dev
mailing list