id, title, category, status, canonical_id, duplicate_of, aliases, source_trust_level, confidence_score, verification_status, tags, last_reinforced, github_commit
| id |
title |
category |
status |
canonical_id |
duplicate_of |
aliases |
source_trust_level |
confidence_score |
verification_status |
tags |
last_reinforced |
github_commit |
| wiki-2026-0508-v8-힙-공간-v8-heap-spaces |
V8 힙 공간(V8 Heap Spaces) |
10_Wiki/Topics |
duplicate |
v8-engine |
V8 Engine |
|
A |
0.9 |
redirected |
|
2026-05-10 |
pending |
V8 힙 공간(V8 Heap Spaces)
이 문서는 V8 Engine 의 중복본입니다. Canonical 문서로 redirect.
핵심 요약 (heap space 종류)
- New space (Young generation) — 두 개의 semi-space, Scavenger GC.
- Old space — long-lived object, Mark-Compact GC.
- Large object space — single page 보다 큰 object (> ~512KB).
- Code space — JIT-generated machine code.
- Map space — hidden class metadata.
- Read-only space — immutable shared roots.
- Shared space (V8 11+) — cross-isolate shared object.
- 자세한 GC + tier + 모던 architecture 는 canonical V8 Engine.
🔗 Graph
🕓 변경 이력
| 날짜 |
변경 |
| 2026-05-08 |
Phase 1 |
| 2026-05-10 |
중복 처리 — canonical 문서로 redirect |