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-4E47A6
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 - 마이너 가비지 컬렉션(Minor GC)"
---
# [[마이너 가비지 컬렉션(Minor GC)]]
# [[마이너 가비지 컬렉션(Minor GC)|마이너 가비지 컬렉션(Minor GC)]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> 지식 요약 정보 추출 중...
@@ -31,11 +31,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 마이너 가비지 컬렉션(
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[새로운 공간(New Space)]], [[구세대(Old Space)]], [[세대별 가설(Generational Hypothesis)]], [[스캐빈저(Scavenger)]], [[쓰기 장벽(Write Barrier)]]
- **Projects/Contexts:** [[V8 JavaScript Engine]], [[Orinoco Garbage Collector]]
- **Related Topics:** [[새로운 공간(New Space)|새로운 공간(New Space)]], 구세대(Old Space), [[세대별 가설(Generational Hypothesis)|세대별 가설(Generational Hypothesis)]], [[스캐빈저(Scavenger)|스캐빈저(Scavenger)]], [[쓰기 장벽(Write Barrier)|쓰기 장벽(Write Barrier)]]
- **Projects/Contexts:** [[V8 JavaScript Engine|V8 JavaScript Engine]], Orinoco Garbage Collector
- **Contradictions/Notes:** 초기 V8 버전에서는 마이너 GC를 위해 단일 스레드로 동작하는 동기식 체니 알고리즘(Cheney's algorithm)을 사용했지만, 최신 버전에서는 멀티코어 환경에 맞춰 작업 훔치기(work stealing) 기법을 활용하는 병렬 스캐빈저(Parallel Scavenger)로 발전했습니다 [7, 13].
---
*Last updated: 2026-04-19*
- Raw Source: [[00_Raw/2026-04-20/마이너 가비지 컬렉션(Minor GC).md]]
- Raw Source: 00_Raw/2026-04-20/마이너 가비지 컬렉션(Minor GC).md
---