Displaying 1 result from an estimated 1 matches for "21effb85".
Did you mean:
212ffe85
2017 Mar 11
2
Is there a way to know the target's L1 data cache line size?
Hi everyone,
I'm hailing from the Rust community, where there is a discussion about
adding facilities for aligning data on an L1 cache line boundary. One
example of situation where this is useful is when building thread
synchronization primitives, where avoiding false sharing can be a
critical concern.
Now, when it comes to implementation, I have this gut feeling that we
probably do not