Skip to content

Latest commit

 

History

History
executable file
·
43 lines (38 loc) · 1.81 KB

gc.md

File metadata and controls

executable file
·
43 lines (38 loc) · 1.81 KB
layout title menu lang
page
Garbage Collection
reference
en

Garbage Collection

Architecture: Heaps flat, generational, region based, segregated spaces, sub spaces, arenas, sub arena, memory pool GCs global, generational, incremental, balanced parallel mark, sweep, compact, concurrent mark / sweep

parallel mark/sweep/compact collector and all supporting infrastructure. Concurrent marking code Parallel scavenger code