docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -1,13 +1,13 @@
---
id: P-REINFORCE-AUTO-8AD1F6
category: "[[10_Wiki/💡 Topics/Programming & Language]]"
category: "10_Wiki/💡 Topics/Programming & Language"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - 스캐빈저(Scavenger) _ 마이너 GC"
---
# [[스캐빈저(Scavenger) _ 마이너 GC]]
# [[스캐빈저(Scavenger) _ 마이너 GC|스캐빈저(Scavenger) _ 마이너 GC]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> 스캐빈저(Scavenger) 또는 마이너 GC(Minor GC)는 V8 엔진 및 IBM JVM 등에서 새롭게 생성된 객체들이 할당되는 '젊은 세대(Young Generation, New-space, Nursery)' 영역을 대상으로 빠르고 빈번하게 수행되는 가비지 컬렉션 주기입니다 [1-3]. 대부분의 객체가 금방 소멸한다는 '세대 가설(Generational Hypothesis)'에 기반하여 작동하며, 살아남은 객체만을 새로운 공간으로 복사하고 나머지는 폐기하여 메모리를 효율적으로 관리하고 단편화를 방지합니다 [1, 4, 5].
@@ -24,11 +24,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 스캐빈저(Scavenger) _ 마
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[세대 가설(Generational Hypothesis)]], [[메이저 GC(Major GC) / Mark-Compact]], [[쓰기 장벽(Write Barriers)]], [[뉴 스페이스(New Space) / 젊은 세대]], [[올드 스페이스(Old Space)]]
- **Projects/Contexts:** [[V8 엔진(V8 Engine)]], [[Orinoco 프로젝트]], [[IBM OpenJ9 (gencon 정책)]]
- **Related Topics:** [[세대 가설(Generational Hypothesis)|세대 가설(Generational Hypothesis)]], 메이저 GC(Major GC) / Mark-Compact, 쓰기 장벽(Write Barriers), 뉴 스페이스(New Space) / 젊은 세대, 올드 스페이스(Old Space)
- **Projects/Contexts:** [[V8 엔진(V8 Engine)|V8 엔진(V8 Engine)]], [[Orinoco 프로젝트|Orinoco 프로젝트]], IBM OpenJ9 (gencon 정책)
- **Contradictions/Notes:** 소스 전반에 걸쳐 V8 엔진과 IBM JVM의 세부 구현 용어(예: New-space와 Nursery)에는 차이가 있으나, 새롭게 할당된 객체 영역을 정기적으로 비우고 살아남은 객체를 다른 영역이나 구세대로 이동시킨다는 스캐빈저의 기본 동작 원리와 목적은 동일합니다 [2, 3, 6].
---
*Last updated: 2026-04-19*
- Raw Source: [[00_Raw/2026-04-20/스캐빈저(Scavenger) _ 마이너 GC.md]]
- Raw Source: 00_Raw/2026-04-20/스캐빈저(Scavenger) _ 마이너 GC.md
---