Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Are word-aligned loads faster than unaligned loads on x64 processors?

c alignment x86-64

What are the 128-bit to 512-bit registers used for?

Get installed software list using C#

Stack eip overflow x86 vs x86_64 easy C code

c assembly x86 stack x86-64

Using GDB to read MSRs

x86 32 bit opcodes that differ in x86-x64 or entirely removed

Why are global variables in x86-64 accessed relative to the instruction pointer?

I don't understand why compiler is giving me error with this code

c linux gcc clang x86-64

Why is this inline assembly not working with a separate asm volatile statement for each instruction?

c linux gcc assembly x86-64

Is mov %esi, %esi a no-op or not on x86-64?

Invalid register eip?

gdb x86-64 disassembly eip

Why is different go-assembler code generated in this case?

go assembly x86-64

Perf startup overhead: Why does a simple static executable which performs MOV + SYS_exit have so many stalled cycles (and instructions)?

Effectiveness of unique_ptr

Building a Control-flow Graph using results from Objdump

Speed up x64 assembler ADD loop

How much does function alignment actually matter on modern processors?

Why does Math.Exp give different results between 32-bit and 64-bit, with same input, same hardware

c# .net math 32bit-64bit x86-64

ASM call conventions

How can I create a parallel stack and run a coroutine on it?