1.4 KiB
1.4 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-동시성-및-점진적-마킹-concurrent-incremen | 동시성 및 점진적 마킹(Concurrent Incremental Marking) | 10_Wiki/Topics | duplicate | wiki-2026-0508-v8-garbage-collection | V8 가비지 컬렉션(Garbage Collection) |
|
A | 0.9 | redirected |
|
2026-05-10 | pending |
동시성 및 점진적 마킹(Concurrent Incremental Marking)
이 문서는 V8 가비지 컬렉션(Garbage Collection) 의 중복본입니다. Canonical 문서로 redirect.
매 핵심 요약 (specialization aspects)
- 매 Incremental marking: 매 main thread 에서 mark 단계를 매 작은 chunk 로 분할 — 매 long pause 회피.
- 매 Concurrent marking (V8 since 6.4): 매 background thread 에서 mark 수행 — 매 main thread 거의 영향 X.
- 매 write barrier: 매 mutator 가 reference 변경 시 매 GC 에 통지 — 매 correctness 보장.
🔗 Graph
- 부모: V8 가비지 컬렉션(Garbage Collection) (canonical)
- Adjacent: Mark-Sweep-Compact(메이저 GC) · Stop-the-world · 오리노코(Orinoco GC)
🕓 변경 이력
| 날짜 | 변경 |
|---|---|
| 2026-05-08 | Phase 1 |
| 2026-05-10 | 중복 처리 — canonical 문서로 redirect |