1.2 KiB
1.2 KiB
id, title, category, status, canonical_id, duplicate_of, aliases, source_trust_level, confidence_score, verification_status, tags, last_reinforced, github_commit
| id | title | category | status | canonical_id | duplicate_of | aliases | source_trust_level | confidence_score | verification_status | tags | last_reinforced | github_commit | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| wiki-2026-0508-mark-sweep-compact-메이저-gc | Mark-Sweep-Compact(메이저 GC) | 10_Wiki/Topics | duplicate | mark-sweep-compact | Mark-Sweep-Compact |
|
A | 0.9 | redirected |
|
2026-05-10 | pending |
Mark-Sweep-Compact(메이저 GC)
이 문서는 Mark-Sweep-Compact 의 중복본입니다. Canonical 문서로 redirect.
매 핵심 요약 (specialization)
- 매 V8 Old Space context: New Space promotion 후 long-lived object 의 majoor GC.
- 매 3 phase: Mark (live reachability trace) → Sweep (free list build) → Compact (fragmentation 해소).
- 매 V8 Orinoco: incremental + concurrent + parallel marking 으로 main thread pause < 50ms 유지.
🔗 Graph
- 부모: Mark-Sweep-Compact (canonical)
- 관련: New Space(Young Generation) · Tri-color Marking · V8 Orinoco
🕓 변경 이력
| 날짜 | 변경 |
|---|---|
| 2026-05-08 | Phase 1 |
| 2026-05-10 | 중복 처리 — canonical 문서로 redirect |