Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to use "GS:" in 64-bit Windows Assembly (eg, porting TLS code)

winapi assembly x86-64 win64

How do I implement an efficient 32 bit DivMod in 64 bit code

delphi assembly x86-64

Is it possible to use both 64 bit and 32 bit instructions in the same executable in 64 bit Linux?

Efficient way to set first N or last N bits of __m256i to 1, the rest to 0

Thread local variables and fs segment

In x86, why do I have the same instruction two times, with reversed operands?

c linux gcc assembly x86-64