Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Why use RIP-relative addressing in NASM?

what does "mov offset(%rip), %rax" do?

CMPXCHG16B correct?

Build Multiarch OpenSSL on OS X

macos openssl x86-64 i386

How fast is an atomic/interlocked variable compared to a lock, with or without contention? [duplicate]

command to compile c files with .a files

c linux gcc x86-64

Evaluating SMI (System Management Interrupt) latency on Linux-CentOS/Intel machine

linux centos x86-64 interrupt

C11 Atomic Acquire/Release and x86_64 lack of load/store coherence?

Why there is a number 22 in GCC's implementation of a VLA(variable-length array)?

Why BCD instructions were removed in AMD64? [duplicate]

assembly x86-64

On a 64 bit machine, can I safely operate on individual bytes of a 64 bit quadword in parallel?

x86_64: Is it possible to "in-line substitute" PLT/GOT references?

gcc assembly x86-64 ld elf

Performance of "conditional call" on amd64

Hardware performance counter APIs for Windows

Re-export Shared Library Symbols from Other Library (OS X / POSIX)

What use is a truncated coredump?

linux gdb posix x86-64 coredump

Is L2 HW prefetcher really helpful?

Why does my disassembled C++ code use the instruction pointer and an offset to get string literals?

c++ assembly x86-64