|
|
Log in / Subscribe / Register

Apache resigns from the Java Community Process executive committee

Apache resigns from the Java Community Process executive committee

Posted Dec 13, 2010 4:03 UTC (Mon) by jamesh (guest, #1159)
In reply to: Apache resigns from the Java Community Process executive committee by HelloWorld
Parent article: Apache resigns from the Java Community Process executive committee

Reference counting has its problems. If you have cycles in your data structures, you end up with leaks.

It also means that code paths that only read a data structure end up writing to it to update the reference count. This usually involves the CPU core acquiring exclusive access to the cache line containing the reference count, where it might otherwise have been able to run with shared access.


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds