Search code examples
How does a pipelined processor guarantee instruction atomicity so they don't conflict, and so in...

cpu-architectureatomicprocessor

Read More
Handling Precise Exceptions in Tomasulo...

exceptionmipscpu-architecture

Read More
How do machines interpret binary?...

binaryoperating-systemcpucpu-architecture

Read More
Why is a CPU branch instruction slow?...

optimizationlanguage-agnosticcpucpu-architecturebranch-prediction

Read More
Why is processing a sorted array faster than processing an unsorted array?...

javac++performancecpu-architecturebranch-prediction

Read More
Why is Skylake so much better than Broadwell-E for single-threaded memory throughput?...

performancex86cpu-architecturebenchmarkingmemory-bandwidth

Read More
Why is acquire semantics only for reads, not writes? How can an LL/SC acquire CAS take a lock withou...

assemblycpu-architecturestdatomiccompare-and-swapspinlock

Read More
How to detect E-cores and P-cores in Linux alder lake system?...

linuxx86-64intelcpu-architecturecpu-cores

Read More
What is non-idempotent memory-mapped I/O meaning?...

iocpu-architecturememory-mapped-io

Read More
Does x86 prefetch outside of code segment?...

x86cpu-architectureprefetchmemory-segmentation

Read More
Negative value forced zero when assigned to uint16_t variable in C...

cgcctype-conversioncpu-architectureunsigned-integer

Read More
If I wanted to develop algorithms for a purely RISC machine, what should my development environment ...

idecpu-architecturerisc

Read More
How CPU architecture 8085 and 8086 (and also cpu based on 8086) differ and categorized?...

x86intelcpu-registerscpu-architecture

Read More
What causes kernel memory operations in perf stats for an userspace-only process?...

c++performancex86cpu-architectureperf

Read More
change instruction set in GCC...

gccx86cpu-architectureinstruction-set

Read More
Understanding Memory Controller RPQ/WPQ ordering guarantees for loads and ntstores...

assemblyx86x86-64cpu-architecturememory-model

Read More
How can the Intel 8086 access the entirety of the address space at a given time when using memory se...

cpu-architectureintelx86-16memory-segmentation

Read More
Can 2 instructions be truly simultaneous on a multi-core CPU...

memoryparallel-processingx86cpu-architecturesuperscalar

Read More
Using System.getProperty("os.arch") to check if it is armeabi cpu...

androidcpu-architecture

Read More
Can the status register influence data storage in a CPU?...

assemblyx86cpu-architecturecpu-registerseflags

Read More
Difference between AVR's "ADC r18, r18" and "ROL r18"...

assemblycpu-architectureavrinstruction-setcarryflag

Read More
Does legacy x86 (before Intel-VT and AMD-SVM) supports Type 1 Hypervisor?...

x86virtual-machineemulationcpu-architectureqemu

Read More
What is the difference between Trap and Interrupt?...

x86operating-systemkernelinterruptcpu-architecture

Read More
Do CPUs have a hardware "math cache" or dictionary that stores the result of simple math o...

performancemathcpucpu-architecturealu

Read More
Aligning to cache line and knowing the cache line size...

clinuxcachingcpu-architecturememory-alignment

Read More
Are page table locations specified/constrained in x86 operating systems?...

x86operating-systemcpu-architecturevirtual-memorypage-tables

Read More
Why not just predict both branches?...

cpucpu-architectureprefetchbranch-predictionspeculative-execution

Read More
How exactly x86 processor fetches the first instruction from SPI flash memory...

x86cpu-architecturemicrocontrollerintelmicroprocessors

Read More
Preserving the Execution pipeline with branch layout in C source? Which prediction do CPUs or compil...

ccpu-architecturecompiler-optimizationmicro-optimizationbranch-prediction

Read More
Compiling for both Intel and PPC CPUs on OSX...

macosgcccpu-architecturepowerpc

Read More
BackNext