cpu-cache
-
Does the Java Memory Model (JSR-133) imply that entering a monitor flushes the CPU data cache(s)? There is something that bugs me with the Java memory model (if i even understand everything correctly). If there are two threads A and B, there are no guarantees that B will ever see a value written by A, unless both A and B synchronize on the same monitor
-
优化 Java 对象以提高 CPU 高速缓存行效率 我正在编写一个库,其中: 它需要在各种不同的平台/Java实现上运行(常见的情况可能是在带有Windows或Linux的Intel 64位机器上的OpenJDK或Oracle Java) 实现高性能是重中之重,因为我关心对象访问
标签