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-97AEC6
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - 보존 경로(Retaining Path)"
---
# [[보존 경로(Retaining Path)]]
# [[보존 경로(Retaining Path)|보존 경로(Retaining Path)]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> 보존 경로(Retaining Path)는 메모리 누수를 조사할 때 특정 객체가 가비지 컬렉션(GC)에 의해 수거되지 않고 살아남게 만드는 참조 체인(chain of references)을 의미합니다 [1, 2]. V8 엔진은 전역 창(window) 객체나 활성 스택의 로컬 변수와 같은 루트 객체(GC Root)로부터 포인터 체인을 통해 도달 가능한 객체를 메모리에 유지해야 할 객체로 간주합니다 [3]. 개발자는 힙 스냅샷 도구나 특수 디버깅 플래그를 사용하여 이러한 보존 경로를 역추적하고 불필요한 참조를 식별하여 메모리 누수 문제를 해결할 수 있습니다 [2-4].
@@ -23,11 +23,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 보존 경로(Retaining Path)"
- **정책 변화:** AI 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[Garbage Collection]], [[Heap Snapshot]], [[GC Root]], [[Memory Leak]]
- **Projects/Contexts:** [[V8 Engine]], [[Chrome DevTools]], [[Node.js Memory Management]]
- **Related Topics:** [[Garbage Collection|Garbage Collection]], [[Heap Snapshot|Heap Snapshot]], [[GC Root|GC Root]], [[Memory Leak|Memory Leak]]
- **Projects/Contexts:** [[V8 Engine|V8 Engine]], [[Chrome DevTools|Chrome DevTools]], [[Node.js Memory Management|Node.js Memory Management]]
- **Contradictions/Notes:** 소스 내에 상충되는 내용은 없습니다. 보존 경로는 개념적으로 루트(Root) 객체로부터 시작되는 포인터의 체인이지만, DevTools 등의 분석 도구에서는 누수된 객체에서 루트로 올라가는 역순(reverse)으로 경로를 시각화하여 디버깅을 돕습니다 [3].
---
*Last updated: 2026-04-19*
- Raw Source: [[00_Raw/2026-04-20/보존 경로(Retaining Path).md]]
- Raw Source: 00_Raw/2026-04-20/보존 경로(Retaining Path).md
---