Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Static branch prediction / GCC optimization

How to define an exported symbol's address

c++ c gcc assembly linker

Understand assembly code in c

c assembly clang

Assembly code redundancy in optimized C code

c gcc optimization assembly

Write a simple Bootloader HelloWorld - Error function print string

c++ c gcc assembly bootloader

What does the ljmp instruction do in the linux kernel fork system call?

Parsing Call and Ret with ptrace.

c assembly x86-64 ptrace

Why does ARM say that "A link register supports fast leaf function calls"

Is there any situation where using MOVDQU and MOVUPD is better than MOVUPS?

assembly x86 x86-64 intel sse

Is shufps slower than memory access?

c++ assembly sse simd

Why is clang over-complicating my simple factorial function?

clang vs gcc: different code for volatile access

c++ gcc assembly clang volatile

Choose assembly implementation to use based on supported instructions

Java auto vectorization example

Copying 64 bytes of memory with NT stores to one full cache line vs. 2 consecutive partial cache lines

c performance assembly x86 avx

What is clang trying to do optimizing this simple recursive algorithm?

c assembly x86 clang

assembly language in os x

macos assembly

Assembly Converting MOV / MOVZX and MOVSX to C code (no inline asm)

How does the linker find the main function?

assembly x86 x86-64

Assembly, the meaning behind the colon ":"

assembly tasm