diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-08-01 08:01:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-31 20:01:36 -0400 |
commit | 86fc78a9c0a9bfcc344cb5bb998cd7da21d8b9aa (patch) | |
tree | 6e2f035b4dd45b4b8492fd2c8a780cd27179f211 /lib | |
parent | 40e0048a504c1009e143fb62ad260625a2b2a53d (diff) | |
download | Nim-86fc78a9c0a9bfcc344cb5bb998cd7da21d8b9aa.tar.gz |
replace the broken link for ORC implementation with a working one (#20105)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/system/orc.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/orc.nim b/lib/system/orc.nim index 4c23aea6c..32c6b9adc 100644 --- a/lib/system/orc.nim +++ b/lib/system/orc.nim @@ -8,7 +8,7 @@ # # Cycle collector based on -# https://researcher.watson.ibm.com/researcher/files/us-bacon/Bacon01Concurrent.pdf +# https://www.cs.purdue.edu/homes/hosking/690M/Bacon01Concurrent.pdf # And ideas from Lins' in 2008 by the notion of "critical links", see # "Cyclic reference counting" by Rafael Dueire Lins # R.D. Lins / Information Processing Letters 109 (2008) 71–78 |