Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Can kernel code make things read-only in a way that other kernel code can't undo?

Fix a variable to a register in LLVM IR

c llvm x86-64

Is there any profiler that works with -fomit-frame-pointer on x86_64?

linux profiling x86-64

How is atomic_flag implemented?

c++ arm x86-64 atomic stdatomic

Are there C functions or macros specifically designed to compile 1 to 1 with assembly instructions for bit manipulations in a cross-platform manner?

c assembly arm x86-64

Understand IDTR register?

x86_64 printf segfault after brk call

On uint64 to double conversion: Why is the code simpler after a shift right by 1?

Why does adding an xorps instruction make this function using cvtsi2ss and addss ~5x faster?

Enabling AVX512 support on compilation significantly decreases performance

Simplest way to get an illegal instruction exception

How do you understand 'REX.W + B8+ rd io' form for x86-64 assembly?

how to avoid caching when writing to mmio registers?

Why are frame pointers saved in the beginning of the main function

c assembly x86-64 stack-frame

linux assembly: how to call syscall?

Cycle Through and Print argv[] in x64 ASM

macos assembly 64-bit x86-64 att