Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cpu-architecture

Does 8086 initiate a 1-byte code fetch when there's only 1 byte left in the prefetch queue?

x86 cpu-architecture x86-16

After enabling an interrupt via CSRRW in RISC-V, how many instructions may execute before trap entry?

Does the x86-64 pipeline stall on an indirect jump like JMP RAX?

Why are set cache associativity in modern day processors 8-way set associative?

ARMv8.3 meaning of rcpc

How to handle branch mispredictions that seem to depend on machine code position?

Do atomic operations require support from hardware?

Why is the adressspace increased from 32 to 36 bits with PAE

volatile increments with false sharing run slower in release than in debug when 2 threads are sharing the same physical core

Detecting Aligned Memory requirement on target CPU

Why doesn't bitwise NOT affect the ZF bit or any other FLAGS?

What happens when the target CPU is "Any" and an assembly has two editions, x32 and x64?

What is the difference between ABI and CPU architecture type?

Cache line size

What's the difference between a 'fast' (instruction) syscall and interrupt-driven system call?

What is the difference between Instruction Set and Instruction Set Architecture (ISA)?

Question of Arm performance related to register allocation