Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cpu-architecture

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

What is the rationale behind the CPU instruction set, in general and for x86's SETCC?

Word Sizes and It's Indications

Assembly - How to score a CPU instruction by latency and throughput

Code and servers pitfalls to avoid when launching social application with many interactions?

How does a computer distinguish whether a binary pattern is an instruction or just a number?

Why are there no NAND, NOR and XNOR instructions in X86?

memory_order_relaxed and visibility

Understanding 4K aliasing on Intel CPU's

Where do the values of uninitialized variables come from, in practice on real CPUs?

c assembly cpu-architecture