|
|
|
|
|
by fulafel
1114 days ago
|
|
It's good to reduce the cache hot best case time of course but isnt the more fundamental sin of RC in the extra read/write memory traffic, cache footprint and cross core cache line ping pong when incrementing object refcount fields. (or if going with BRC, correspondingly there shouldn't be a advantages for this custom CPU feature) |
|