feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AUTO-51196C
category: "[[10_Wiki/💡 Topics/Programming & Language]]"
category: "10_Wiki/💡 Topics/Programming & Language"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
@@ -36,11 +36,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 가비지 컬렉션 (Garbage C
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[메모리 누수 (Memory Leak)]], [[힙 메모리 (Heap Memory)]], [[V8 엔진 (V8 Engine)]], [[Stop-The-World]]
- **Projects/Contexts:** [[V8 Orinoco 프로젝트]], [[Node.js]], [[IBM Eclipse OpenJ9]]
- **Related Topics:** 메모리 누수 (Memory Leak), 힙 메모리 (Heap Memory), V8 엔진 (V8 Engine), [[Stop-The-World]]
- **Projects/Contexts:** V8 Orinoco 프로젝트, Node.js, IBM Eclipse OpenJ9
- **Contradictions/Notes:** 가비지 컬렉션은 프로그래머에게서 수동 메모리 관리에 대한 부담을 덜어주어 대규모 애플리케이션의 메모리 누수나 오류를 획기적으로 줄여주는 장점이 있지만, 메모리 관리 시점에 대한 제어권을 잃게 되며 C/C++ 같은 언어와 비교할 때 포인터를 식별하고 마킹하는 등 런타임 오버헤드를 발생시킨다는 단점도 공존합니다 [3, 4].
---
*Last updated: 2026-04-19*
- Raw Source: [[00_Raw/2026-04-20/가비지 컬렉션 (Garbage Collection).md]]
---