Files
2nd/10_Wiki/Topics/Programming & Language/오래된 공간(Old Space).md
T
2026-05-10 22:08:15 +09:00

35 lines
1.1 KiB
Markdown

---
id: wiki-2026-0508-오래된-공간-old-space
title: 오래된 공간(Old Space)
category: 10_Wiki/Topics
status: duplicate
canonical_id: v8-old-space
duplicate_of: "[[V8 Memory Layout]]"
aliases: []
source_trust_level: A
confidence_score: 0.9
verification_status: redirected
tags: [duplicate, v8, memory, garbage-collection]
last_reinforced: 2026-05-10
github_commit: pending
---
# 오래된 공간(Old Space)
> **이 문서는 [[V8 Memory Layout]] 의 중복본입니다.** Canonical 문서로 redirect.
## 매 핵심 요약 (specialization)
- 매 V8 heap 의 long-lived object 의 region — 매 2 회 minor GC 의 survive 후 promote.
- 매 GC 알고리즘: Mark-Sweep-Compact (major GC) — 매 Orinoco 의 incremental/concurrent.
- 매 modern (V8 12+): 매 pointer compression 의 4GB heap limit (compressed mode).
## 🔗 Graph
- 부모: [[V8 Memory Layout]] (canonical)
- Adjacent: [[Young Generation]] · [[Orinoco]] · [[Mark and Sweep]]
## 🕓 변경 이력
| 날짜 | 변경 |
|---|---|
| 2026-05-08 | Phase 1 |
| 2026-05-10 | 중복 처리 — canonical 문서로 redirect |