[crac] RFR: RCU Lock - RW lock with very lightweight read- and heavyweight write-locking [v4]

Radim Vansa duke at openjdk.org
Wed Apr 12 13:21:55 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:

  Drop some trailing whitespaces

-------------

Changes:
  - all: https://git.openjdk.org/crac/pull/58/files
  - new: https://git.openjdk.org/crac/pull/58/files/6dacbc11..91cd4451

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=crac&pr=58&range=03
 - incr: https://webrevs.openjdk.org/?repo=crac&pr=58&range=02-03

  Stats: 5 lines in 1 file changed: 0 ins; 0 del; 5 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