Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Strange segmentation fault in assembly

Bluetooth does not work in Android x86 on VirtualBox

Turing Complete Alphanumeric x86 Instruction Set (Subset)

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]

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?

Missed optimization in clang only on powers of two

Why volatile works for setjmp/longjmp

c linux gcc x86 setjmp