the diligent engineer

  • about
  • series
  • presentations

the diligent engineer

Tag

#compiler

Cover Image for Go: When Does Stack Turn Into Heap?

Go: When Does Stack Turn Into Heap?

In Go, you don’t choose stack vs heap. The compiler does. Most local variables live on the stack - fast and cheap.But sometimes a value gets…

Feb 24, 2026
Cover Image for Inlining in Go

Inlining in Go

The process of grouping smaller functions into their respective callers in Go Compiler is known as inlining. This optimization was often don…

Dec 31, 2023
Cover Image for A glance at the Rust SWC [slideshare]

A glance at the Rust SWC [slideshare]

On September 8, 2022, I had the privilege of presenting a cutting-edge Javascript and Typescript compiler to my team at TIKI. Allow me to in…

Sep 7, 2022

© 2026 The Diligent Engineer. All rights reserved.
DMCA.com Protection Status
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)

thediligentengineer.com