Orinoco: The new V8 Garbage Collector Peter Marshall

preview_player
Показать описание
About three years ago we started to work on a new garbage collector for V8, codename Orinoco. Orinoco is a high-performance, low-latency, mostly parallel and concurrent garbage collector. Instead of developing Orinoco behind a flag, we changed the old V8 garbage collection codebase on the fly and landed its features incrementally to allow developers and users benefit immediately.

This talk will explain the main Orinoco features, its implementation challenges, and which classes of applications and programming patterns will benefit the most from the new garbage collection architecture.
Рекомендации по теме
Комментарии
Автор

Fantastic talk, would've loved to hear more about what triggers the old heap to be GCed in detail, but understand that's probably better for a blogpost lol!

korziee
Автор

developers are a tough crowd eh? no reaction to the GIFs and jokes, not even a polite chuckle

amitkatz
Автор

Who else has know idea what’s going on but wanna know?

TheUltimateGeminiHasSurvived