Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Performance optimisations of x86-64 assembly - Alignment and branch prediction

Do shared libraries use the same heap as the application?

c linux gcc x86-64

x86 Assembly pushl/popl don't work with "Error: suffix or operands invalid"

assembly x86 x86-64

CPUID implementations in C++

c++ assembly x86-64 cpu cpuid

Examining C/C++ Heap memory statistics in gdb

How expensive is it to convert between int and double?

What do the E and R prefixes stand for in the names of Intel 32-bit and 64-bit registers?

Intel x86 vs x64 system call

Why does the iOS simulator require i386 and x86_64 symbols even though I'm on an x86_64 system only?

ios-simulator x86-64 i386

Lost Cycles on Intel? An inconsistency between rdtsc and CPU_CLK_UNHALTED.REF_TSC

Why did GCC generate mov %eax,%eax and what does it mean?

gcc assembly x86-64

Can an x64 application use x86 assemblies - and vice versa?

.net dll x86 64-bit x86-64

Intel x86 0x2E/0x3E Prefix Branch Prediction actually used?

What does an asterisk * before an address mean in x86-64 AT&T assembly?

Difference between movq and movabsq in x86-64

How to use RIP Relative Addressing in a 64-bit assembly program?

Where exactly is the red zone on x86-64?

What does Intel mean by "retired"?

performance x86 x86-64 intel

Array initialization optimization

Why does division by 3 require a rightshift (and other oddities) on x86?