[crac] RFR: RCU Lock - RW lock with very lightweight read- and heavyweight write-locking [v6]
Radim Vansa
duke at openjdk.org
Thu Apr 13 15:01:28 UTC 2023
> This implementation is suitable for uses where the write-locking happens very rarely (if at all), as in the case of CRaC checkpoint, and we don't want to slow down regular access to the protected resource.
Radim Vansa has updated the pull request incrementally with one additional commit since the last revision:
Add forgotten condition.signal() call
-------------
Changes:
- all: https://git.openjdk.org/crac/pull/58/files
- new: https://git.openjdk.org/crac/pull/58/files/1116ace6..984cb5d3
Webrevs:
- full: https://webrevs.openjdk.org/?repo=crac&pr=58&range=05
- incr: https://webrevs.openjdk.org/?repo=crac&pr=58&range=04-05
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/crac/pull/58.diff
Fetch: git fetch https://git.openjdk.org/crac.git pull/58/head:pull/58
PR: https://git.openjdk.org/crac/pull/58
More information about the crac-dev
mailing list