x86-64

Tag

Cards List
#x86-64

System call instrumentation on Linux/x86-64 using memory-indirect calls (in vain?), part one

Lobsters Hottest · 2026-06-22 Cached

A technical blog post discussing techniques for instrumenting system calls on Linux/x86-64, including instruction punning, E9Patch, zpoline, and the challenges of patching short instructions.

0 favorites 0 likes
#x86-64

How much do amd64 microarchitecture levels help in Go?

Lobsters Hottest · 2026-06-08 Cached

A performance evaluation of Go programs compiled with different amd64 microarchitecture levels (GOAMD64) using the Roaring Bitmap library, showing that enabling newer instruction sets like popcnt (v2) or AVX-512 can significantly improve performance.

0 favorites 0 likes
#x86-64

Chuwi Minibook X: the netbook we deserve

Hacker News Top · 2026-05-31 Cached

A review of the Chuwi Minibook X, a 10.5-inch x86_64 sub-ultrabook with 16GB RAM, 512GB NVMe, and mostly smooth Linux compatibility except for a screen rotation quirk fixed with kernel parameters.

0 favorites 0 likes
#x86-64

What it takes to transpose a matrix

Hacker News Top · 2026-05-24 Cached

An in-depth technical blog post explaining how to efficiently transpose matrices using SIMD instructions on modern x86_64 CPUs, focusing on AVX2 intrinsics like _mm256_shuffle_epi8.

0 favorites 0 likes
#x86-64

SBCL: the ultimate assembly code breadboard (2014)

Hacker News Top · 2026-05-20 Cached

A technical blog post exploring how to use SBCL as a breadboard for assembly code, focusing on stack-based virtual machine techniques such as rotating stacks and efficient primop dispatch, with references to the F18 processor and x87 stack.

0 favorites 0 likes
#x86-64

Just shows that nobody cares about debugging the parity flag any more

The Old New Thing (Raymond Chen) · 2026-05-18 Cached

A bug in the Windows debugging engine for x86-64 incorrectly reported the parity flag, going unnoticed for over two decades, highlighting how rarely the flag is debugged.

0 favorites 0 likes
#x86-64

Understanding the Linux Kernel: The Linux Kernel Startup

Hacker News Top · 2026-05-14 Cached

The article explains the Linux kernel boot process on x86_64, from bootloader handoff to user space initialization, using a space colony metaphor to describe the initialization phases.

0 favorites 0 likes
#x86-64

Kefir C17/C23 Compiler

Hacker News Top · 2026-04-17 Cached

Kefir is an independent, open-source C17/C23 compiler developed by a single developer, targeting x86_64 with System-V ABI and supporting Linux and BSDs. It features an SSA-based optimization pipeline, DWARF5 debug info, bit-identical bootstrap, and has been validated against 100 real-world open-source projects.

0 favorites 0 likes
← Back to home

Submit Feedback