Using @_silgen_name to forward declare functions in Swift and improve build times
Explores using Swift's internal @_silgen_name attribute for forward declarations to improve build times, with strong warnings about its risks.
Explores using Swift's internal @_silgen_name attribute for forward declarations to improve build times, with strong warnings about its risks.
A technical exploration of bootloader programming, building up to creating a simple text editor and a Snake game in assembly.
An analysis of the world's fastest FizzBuzz implementation, written in Assembler and optimized for AVX2, achieving 56 GB/s output.
A technical analysis of ARM spinlock implementation using ldrex/strex instructions, comparing it to x64 CPU internals.
Explores the fundamentals of raw WebAssembly, its text format (Wat), and how to create and understand basic modules.
A developer recounts debugging a bizarre bug in a custom calculator kernel that only manifested when no breakpoints were set.