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-7D181E
category: "[[10_Wiki/💡 Topics/Programming & Language]]"
category: "10_Wiki/💡 Topics/Programming & Language"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
@@ -35,11 +35,11 @@ github_commit: "[P-Reinforce] Continuous Worker - V8 Engine"
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[Garbage Collection]], [[Orinoco]], [[Pointer Compression]], [[V8 Memory Cage]]
- **Projects/Contexts:** [[Node.js]], [[Chrome]], [[Electron]]
- **Related Topics:** [[Garbage Collection]], [[Orinoco]], [[Pointer Compression]], V8 Memory Cage
- **Projects/Contexts:** Node.js, [[Chrome]], [[Electron]]
- **Contradictions/Notes:** 컴팩션(Compaction)은 단편화를 해결하는 데 매우 유용하지만, 살아있는 큰 객체들을 다른 위치로 복사하고 포인터를 모두 업데이트해야 하므로 비용이 매우 비쌉니다. 따라서 Major GC는 Old Space의 모든 페이지를 매번 압축하지 않고 단편화 정도가 심한 페이지에 대해서만 선택적으로 압축을 수행합니다 [18, 41, 42].
---
*Last updated: 2026-04-19*
- Raw Source: [[00_Raw/2026-04-20/V8 Engine.md]]
---