Team Andy Wingo Hacker. North Carolina (USA) I enjoy practicing aikido in my free time – and hacking, of course! Follow me wingolog.org bsky.app/profile/wingolog.org github.com/wingo mastodon.social/@wingo POSTS Feb 9, 2026 six thoughts on generating c So I work in compilers, which means that I write programs that translate programs to programs. Sometimes you will want to target a language at a higher level than just,... Continue reading > Feb 6, 2026 ahead-of-time wasm gc in wastrel Hello friends! Today, a quick note: the Wastrel ahead-of-time WebAssembly compiler now supports managed memory via garbage collection!hello, worldThe quickest demo I have is that you should check out and... Continue reading > Jan 5, 2026 pre-tenuring in v8 Hey hey happy new year, friends! Today I was going over some V8 code that touched pre-tenuring: allocating objects directly in the old space instead of the nursery. I knew... Continue reading > Nov 13, 2025 the last couple years in v8's garbage collector Let’s talk about memory management! Following up on my article about 5 years of developments in V8’s garbage collector, today I’d like to bring that up to date with what... Continue reading > Media Wingo on Wasm Wingo on Wasm Sep 2, 2025 Transcript & Links The Whippet Embeddable Garbage Collection Library The Whippet Embeddable Garbage Collection Library Apr 10, 2025 Toots Feb 27, 2026 updating guix for the first time in a couple months. it builds webkit twice, a fresh llvm toolchain, firefox once…... Commits Nov 27, 2025 [Chromium V8] [platform][api] Refactor PlatformSharedMemoryHandle. Avoid possibility of type confusion with in... Nov 26, 2025 [Chromium V8] [platform] Remove default values for parameters of virtual overrides These implementations shoul... Jul 4, 2024 [Chromium V8] [isolate-groups] Free code range before reservation is freed In pointer-compression configuratio... Jul 1, 2024 [Chromium V8] [isolate-groups] Attach CodeRange to IsolateGroup, not process For multi-cage configurations, we...
Feb 9, 2026 six thoughts on generating c So I work in compilers, which means that I write programs that translate programs to programs. Sometimes you will want to target a language at a higher level than just,... Continue reading >
Feb 6, 2026 ahead-of-time wasm gc in wastrel Hello friends! Today, a quick note: the Wastrel ahead-of-time WebAssembly compiler now supports managed memory via garbage collection!hello, worldThe quickest demo I have is that you should check out and... Continue reading >
Jan 5, 2026 pre-tenuring in v8 Hey hey happy new year, friends! Today I was going over some V8 code that touched pre-tenuring: allocating objects directly in the old space instead of the nursery. I knew... Continue reading >
Nov 13, 2025 the last couple years in v8's garbage collector Let’s talk about memory management! Following up on my article about 5 years of developments in V8’s garbage collector, today I’d like to bring that up to date with what... Continue reading >
The Whippet Embeddable Garbage Collection Library The Whippet Embeddable Garbage Collection Library Apr 10, 2025
Feb 27, 2026 updating guix for the first time in a couple months. it builds webkit twice, a fresh llvm toolchain, firefox once…...
Nov 27, 2025 [Chromium V8] [platform][api] Refactor PlatformSharedMemoryHandle. Avoid possibility of type confusion with in...
Nov 26, 2025 [Chromium V8] [platform] Remove default values for parameters of virtual overrides These implementations shoul...
Jul 4, 2024 [Chromium V8] [isolate-groups] Free code range before reservation is freed In pointer-compression configuratio...
Jul 1, 2024 [Chromium V8] [isolate-groups] Attach CodeRange to IsolateGroup, not process For multi-cage configurations, we...