Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Counting number of instructions executed by a binary using pin, perf and valgrind

c assembly valgrind x86-64 perf

With Hyper Threading, threads of one physical core are exchanging via what level of cache L1/L2/L3?

X86_64 - assembly - Why displacement not 64 bits?

How can gcc/clang assume a string constant's address is 32-bit?

c linux linker x86-64 elf

Why does the compiler allocate more than needed in the stack?

c gcc stack x86-64 allocation

x86-64: canonical addresses and actual available range

Exec error when writing ELF64 from scratch

assembly x86-64 elf

Understanding stack alignment

x86_64 assembly exit system call parameter on macOS Mojave?

How to pass structs to C function from x86-64 assembly on Mac (NASM)

c assembly struct x86-64

May 64-bit Windows allocate virtual memory over 7FFF'FFFF'FFFF?

Why doesn't RFO after retirement break memory ordering?

Unsigned int to unsigned long long well defined?

Why do 32-bit applications work on 64-bit x86 CPUs?

NASM compiling x86_64 ASM label addresses off by 256 bytes in Mach-O when using multiple db declarations?

Shortest Intel x86-64 opcode for rax=1?

Address canonical form and pointer arithmetic

Why (n mod const) is faster than (const mod n)?

java x86-64 jmh

Is it allowed to access memory that spans the zero boundary in x86?

Is it possible to change virtual memory page size?

c linux x86-64