Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cpu-architecture

Program Counter and Instruction Register

How does direct mapped cache work?

Where is the L1 memory cache of Intel x86 processors documented?

How does an assembly instruction turn into voltage changes on the CPU?

Micro fusion and addressing modes

How do SMP cores, processes, and threads work together exactly?

How can I determine for which platform an executable is compiled?

Maximum memory which malloc can allocate

Why is x86 little endian?

Difference between x86, x32, and x64 architectures?

FLOPS per cycle for sandy-bridge and haswell SSE2/AVX/AVX2

Determine target ISA extensions of binary file in Linux (library or executable)

How many CPU cycles are needed for each assembly instruction?

What is the difference between x64 and IA-64?

Turing machine vs Von Neuman machine

how much memory can be accessed by a 32 bit machine?

After update to Xcode 5 - ld: symbol(s) not found for architecture armv7 or armv7s linker error

What is a cache hit and a cache miss? Why would context-switching cause cache miss?

Why is the loop instruction slow? Couldn't Intel have implemented it efficiently?

Enhanced REP MOVSB for memcpy