Search code examples
Is volatile keyword of any use if I run the application in single core machine?...

javamultithreadingvolatilecpu-cache

Read More
Write back or write through to main memory...

memorycpu-cache

Read More
L3 cpu cache java benchmark shows strange results...

javacachingmemoryjvmcpu-cache

Read More
Skylake L2 cache enhanced by reducing associativity?...

x86cpuintelcpu-cache

Read More
Offset in cache Mips...

cpu-architecturecpu-cache

Read More
How do I measure CPU cache and prefetch misses in JavaScript engines?...

javascriptv8cpu-cachejavascriptcorechakracore

Read More
The number of cache hits and cache misses in terms of L1, L2 and L3 caches...

cachingcpu-architecturecpu-cache

Read More
Cortex A53 L1 L2 caches info...

cachingarmmicrocontrollercpu-cache

Read More
How can I pinpoint if the slowness in my program is a CPU cache issue (on Linux)?...

cperformanceprofilingcpu-cachecachegrind

Read More
Can memory from /dev/shm be cached in the CPU cache?...

linuxmmapcpu-cache

Read More
All occurrences of temporal and spatial locality of reference in a given code snippet...

c++cpu-architecturecpu-cachelocalityofreference

Read More
What does "entry" means in CPU cache?...

intelcpu-cache

Read More
How can compiler optimizations affect on a cache-unfriendly algorithm?...

c++optimizationvolatilecpu-cache

Read More
How to implement a cache friendly dynamic binary tree?...

c++memory-managementdata-structuresbinary-treecpu-cache

Read More
Is data loaded into the cache aligned to the cache line size?...

memorycpu-cache

Read More
Where is the L1d CPU cache tag stored?...

memorycpu-architecturecpu-cache

Read More
Scenarios when software prefetching manual instructions are reasonable...

c++gcccpu-cacheprefetch

Read More
Separated tag array versus combined with data array...

cachingmemorycomputer-sciencecpu-architecturecpu-cache

Read More
How does a computer process input of a moving mouse?...

mousecpu-registerscpu-cache

Read More
CPU bound vs Cache bound - Can instructions be executed without cache/memory access? Can memory acce...

performanceoperating-systemcpucpu-architecturecpu-cache

Read More
Dirty bit value after changing data to original state...

cpucpu-architecturecpu-cache

Read More
Speed up random memory access using prefetch...

performancegcccompiler-optimizationcpu-cacheprefetch

Read More
How do I map a memory address to a block when there is an offset in a direct-mapped cache?...

cachingmemorycpu-architecturecpu-cache

Read More
Why does the speed of memcpy() drop dramatically every 4KB?...

performancememorymallocmemcpycpu-cache

Read More
How do I know size of a block "section/offset" in cache design?...

memorycpu-architecturecpu-cache

Read More
Write-through scheme in caches...

memorycpu-architecturecpu-cache

Read More
Why this c++ code is not faster?...

c++performancecpu-cache

Read More
How to record/get memory requests that Last-Level Cache sends to Memory Controller?...

cachingmemoryrequestsimulatorcpu-cache

Read More
converting virtual address to physical address...

cachingmemoryvirtual-machinecpu-architecturecpu-cache

Read More
Cache-friendly copying of an array with readjustment by known index, gather, scatter...

calgorithmperformancecpu-cache

Read More
BackNext