This article discusses optimizations that were implemented between Chrome 41 and Chrome 46 which significantly reduce garbage collection pauses, resulting in better user experience.| v8.dev
Orinoco, V8’s garbage collector, evolved from a sequential stop-the-world implementation into a mostly parallel and concurrent collector with incremental fallback.| v8.dev