Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cpu-cache

Do caches have the endianness of their CPU?

cpu cpu-cache endianness

Why are the user-mode L1 store miss events only counted when there is a store initialization loop?

How to implement a cache friendly dynamic binary tree?

Committed Vs Retired instruction

Are two consequent CPU stores on x86 flushed to the cache keeping the order?

About Adaptive Mode for L1 Cache in Hyper-threading

How to make sure a piece of code never leaves the CPU cache (L3)?

L1 cache persistance across CUDA kernels

cuda gpu cpu-cache

Optimising 2D array indexing for cache line

c optimization cpu-cache

Is stack memory contiguous physically in Linux?

WC vs WB memory? Other types of memory on x86_64?

L2 instruction fetch misses much higher than L1 instruction fetch misses

CPU affinity in virtualised environments

amazon-ec2 cpu-cache

Even faster inexpensive thread-safe counter?

Tools to analyse CPU cache performance for Java applications?

Reducing bus traffic for cache line invalidation

How to receive L1, L2 & L3 cache size using CPUID instruction in x86

MSI/MESI: How can we get "read miss" in shared state?

Does this prefetch256() function offer any protection against cache timing attacks on AES?