A copy of this work was available on the public web and has been preserved in the Wayback Machine. The capture dates from 2017; you can also visit <a rel="external noopener" href="http://user.it.uu.se/~kostis/Seminars/PLI/Papers/levanoni.pdf">the original URL</a>. The file type is <code>application/pdf</code>.
An on-the-fly reference-counting garbage collector for java
<span title="2006-01-01">2006</span>
<i title="Association for Computing Machinery (ACM)">
<a target="_blank" rel="noopener" href="https://fatcat.wiki/container/4hplau6wtnhnfnqt2t7vbri6vm" style="color: black;">ACM Transactions on Programming Languages and Systems</a>
</i>
Reference counting is not naturally suitable for running on multiprocessors. The update of pointers and reference counts requires atomic and synchronized operations. We present a novel reference counting algorithm suitable for a multiprocessor that does not require any synchronized operation in its write barrier (not even a compare-and-swap type of synchronization). The algorithm is efficient and may compete with any tracing algorithm. We have implemented our algorithm on SUN's Java Virtual
<span class="external-identifiers">
<a target="_blank" rel="external noopener noreferrer" href="https://doi.org/10.1145/1111596.1111597">doi:10.1145/1111596.1111597</a>
<a target="_blank" rel="external noopener" href="https://fatcat.wiki/release/r2pjnljfvbc3xkkf4pvdvdqywi">fatcat:r2pjnljfvbc3xkkf4pvdvdqywi</a>
</span>
more »
... ine 1.2.2 and ran it on a 4-way IBM Netfinity 8500R server with 550MHz Intel Pentium III Xeon and 2GB of physical memory. It turns out that our algorithm has an extremely low latency and throughput that is comparable to the mark and sweep algorithm used in the original JVM.
<a target="_blank" rel="noopener" href="https://web.archive.org/web/20170810112527/http://user.it.uu.se/~kostis/Seminars/PLI/Papers/levanoni.pdf" title="fulltext PDF download" data-goatcounter-click="serp-fulltext" data-goatcounter-title="serp-fulltext">
<button class="ui simple right pointing dropdown compact black labeled icon button serp-button">
<i class="icon ia-icon"></i>
Web Archive
[PDF]
<div class="menu fulltext-thumbnail">
<img src="https://blobs.fatcat.wiki/thumbnail/pdf/e9/28/e9284f4cf1d544aa7f8aa3e8d76e0d36deff3f33.180px.jpg" alt="fulltext thumbnail" loading="lazy">
</div>
</button>
</a>
<a target="_blank" rel="external noopener noreferrer" href="https://doi.org/10.1145/1111596.1111597">
<button class="ui left aligned compact blue labeled icon button serp-button">
<i class="external alternate icon"></i>
acm.org
</button>
</a>