docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
---
|
||||
id: P-REINFORCE-AUTO-0AE506
|
||||
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 - 오래된 공간(Old Space)"
|
||||
---
|
||||
|
||||
# [[오래된 공간(Old Space)]]
|
||||
# [[오래된 공간(Old Space)|오래된 공간(Old Space)]]
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> 오래된 공간(Old Space)은 V8 자바스크립트 엔진의 힙(Heap) 메모리에서 새로운 공간(New Space)에 생성된 후 두 번의 마이너 가비지 컬렉션(Minor GC) 주기 동안 살아남은 장기 생존 객체들이 이동(승격)하여 저장되는 메모리 영역입니다 [1-3]. 이 공간은 비교적 크기가 크고 장기 데이터 보존을 위해 설계되었으며, 마크-스윕(Mark-Sweep) 및 마크-컴팩트(Mark-Compact) 알고리즘을 사용하는 메이저 가비지 컬렉션(Major GC)에 의해 관리됩니다 [3-5].
|
||||
@@ -24,11 +24,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 오래된 공간(Old Space)"
|
||||
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Related Topics:** [[새로운 공간(New Space)]], [[가비지 컬렉션(Garbage Collection)]], [[세대 가설(Generational Hypothesis)]], [[마크-스윕(Mark-Sweep)]], [[마크-컴팩트(Mark-Compact)]]
|
||||
- **Projects/Contexts:** [[V8 엔진 힙 아키텍처(V8 Engine Heap Architecture)]], [[할당 타임라인(Allocation Timeline)]], [[Node.js 메모리 튜닝]]
|
||||
- **Related Topics:** [[새로운 공간(New Space)|새로운 공간(New Space)]], [[가비지 컬렉션(Garbage Collection)|가비지 컬렉션(Garbage Collection)]], [[세대 가설(Generational Hypothesis)|세대 가설(Generational Hypothesis)]], [[마크-스윕(Mark-Sweep)|마크-스윕(Mark-Sweep)]], [[마크-컴팩트(Mark-Compact)|마크-컴팩트(Mark-Compact)]]
|
||||
- **Projects/Contexts:** [[V8 엔진 힙 아키텍처(V8 Engine Heap Architecture)|V8 엔진 힙 아키텍처(V8 Engine Heap Architecture)]], [[할당 타임라인(Allocation Timeline)|할당 타임라인(Allocation Timeline)]], [[Node.js 메모리 튜닝|Node.js 메모리 튜닝]]
|
||||
- **Contradictions/Notes:** 소스에 내용 상의 모순은 없으며, V8 메모리 관리의 핵심인 세대 가설에 기반하여 새롭게 생성된 단기 생존 객체 공간(New Space)과 명확하게 분리 관리되어 엔진의 전체적인 가비지 컬렉션 효율을 높인다는 점이 일관되게 강조되고 있습니다.
|
||||
|
||||
---
|
||||
*Last updated: 2026-04-19*
|
||||
- Raw Source: [[00_Raw/2026-04-20/오래된 공간(Old Space).md]]
|
||||
- Raw Source: 00_Raw/2026-04-20/오래된 공간(Old Space).md
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user