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-383B09
|
||||
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 - V8 JavaScript 엔진"
|
||||
---
|
||||
|
||||
# [[V8 JavaScript 엔진]]
|
||||
# [[V8 JavaScript 엔진|V8 JavaScript 엔진]]
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> 지식 요약 정보 추출 중...
|
||||
@@ -36,11 +36,11 @@ V8은 객체와 포인터를 빠르게 식별하기 위해 단어의 마지막
|
||||
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Related Topics:** [[Garbage Collection]], [[Orinoco]], [[Pointer Compression]], [[V8 Memory Cage]], [[Scavenger]], [[Generational Hypothesis]]
|
||||
- **Projects/Contexts:** [[Node.js]], [[Chrome]], [[Electron]]
|
||||
- **Related Topics:** [[Garbage Collection|Garbage Collection]], [[Orinoco|Orinoco]], [[Pointer Compression|Pointer Compression]], [[V8 Memory Cage|V8 Memory Cage]], [[Scavenger 알고리즘|Scavenger]], [[Generational Hypothesis|Generational Hypothesis]]
|
||||
- **Projects/Contexts:** [[Node.js|Node.js]], [[Chrome|Chrome]], [[Electron|Electron]]
|
||||
- **Contradictions/Notes:** 모바일 같은 저메모리 디바이스에서는 V8이 가비지 컬렉션의 지연 시간이나 처리량보다는 메모리 소비를 줄이기 위해 GC를 더 자주 실행하도록 휴리스틱을 엄격하게 조정합니다. 이로 인해 메모리는 절약되지만 GC 비용(빈도)이 증가하는 트레이드오프가 존재합니다 [39, 40].
|
||||
|
||||
---
|
||||
*Last updated: 2026-04-19*
|
||||
- Raw Source: [[00_Raw/2026-04-20/V8 JavaScript 엔진.md]]
|
||||
- Raw Source: 00_Raw/2026-04-20/V8 JavaScript 엔진.md
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user