Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Detecting denormal float operations on Linux for x86

c++ linux x86

Cheapest/least-intrusive way to atomically update a bit?

How does multilevel paging save memory?

Passing variable from assembler to C

What parts of a PE file are mapped into memory by the MS loader?

How to write an absolute target for a near direct relative call/jmp in MASM

Formal Linux Kernel Memory Model

Why does this lambda in C++ include every reference?

c++ optimization lambda x86 g++

Low performance with CLWB (cacheline write-backs) to same location vs. cycling through a few lines

c++ performance memory x86 intel

GCC seems to prefer small immediate values in comparisons. Is there a way to avoid that?

Sort an array via x86 Assembly (embedded in C++)?? Possible?

Theory behind bootloader [closed]

x86 ASM Linux - Creating a loop

string assembly x86 nasm

How to intercept API method calls in a 64bit process?

What is the semantics for Super Queue and Line Fill buffers?

What is the kernel timer system and how is it related to the scheduler?

Performance penalty with executing x86 instructions stored in the data segment?

x86 reserved EFLAGS bit 1 == 0: how can this happen?

what does "outb" in AT&T asm mean?

Missed optimization in clang only on powers of two