RFR: Load balance remembered set scanning [v4]
Kelvin Nilsen
kdnilsen at openjdk.org
Mon Aug 1 21:56:10 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:
Fix white space
-------------
Changes:
- all: https://git.openjdk.org/shenandoah/pull/153/files
- new: https://git.openjdk.org/shenandoah/pull/153/files/a806698e..9661d7ef
Webrevs:
- full: https://webrevs.openjdk.org/?repo=shenandoah&pr=153&range=03
- incr: https://webrevs.openjdk.org/?repo=shenandoah&pr=153&range=02-03
Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 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