More Goto tech episodes

Modern X86 Assembly Language Programming  Daniel Kusswurm & Matt Godbolt thumbnail

Modern X86 Assembly Language Programming Daniel Kusswurm & Matt Godbolt

Published 16 Jan 2026

Duration: 1935

The significance and benefits of using assembly language in software development are emphasized, including its role in optimizing performance-critical applications.

Episode Description

This interview was recorded for the GOTO Book Club. http://gotopia.tech/bookclub Check out more here: https://gotopia.tech/episodes/411 Daniel Kusswur...

Overview

The podcast highlights the significance of assembly language in software development, particularly its ability to provide low-level control and performance optimization in specialized fields such as embedded systems, medical devices, and high-performance computing. It distinguishes between assembly language and machine code, explaining the role of assemblers and compilers in translating human-readable code into machine-executable instructions. The discussion emphasizes the benefits of learning assembly for developers aiming to optimize performance in critical applications.

The conversation also covers SIMD (Single Instruction, Multiple Data) instructions, which are used in image processing and scientific computing to perform parallel operations on multiple data points. It addresses the challenges of implementing SIMD optimizations, including managing complex control flow and conditional operations. The podcast compares the use of intrinsics with writing assembly directly, discussing the trade-offs between performance gains and increased development complexity. It underscores the importance of understanding low-level behavior to improve efficiency in high-level programming.

Recent Episodes of Goto tech

31 Mar 2026 Platform Engineering Ajay Chankramath & Nic Cheneweth

Platform engineering challenges are addressed through product-centric internal development, standardized "golden paths," control planes abstracting cloud infrastructure for self-service, developer ownership of pipelines, Kubernetes-driven self-healing systems, balancing AI's infrastructure benefits with reliability risks, domain-specific design, clear team boundaries, and the critical role of human oversight in automation.

20 Mar 2026 Learn C++ by Example Frances Buontempo & Matt Godbolt

Modern C++ innovations like the spaceship operator, coroutines, and structure bindings are explored through practical examples, interactive learning, and tools like Compiler Explorer, emphasizing the balance between low-level control, high-level abstractions, and educational challenges in mastering advanced concepts.

More Goto tech episodes