35 lines
1.1 KiB
Markdown
35 lines
1.1 KiB
Markdown
---
|
|
id: wiki-2026-0508-세대-가설-generational-hypothesis
|
|
title: 세대 가설(Generational Hypothesis)
|
|
category: 10_Wiki/Topics
|
|
status: duplicate
|
|
canonical_id: generational-hypothesis
|
|
duplicate_of: "[[Generational Hypothesis]]"
|
|
aliases: [weak generational hypothesis]
|
|
source_trust_level: A
|
|
confidence_score: 0.95
|
|
verification_status: redirected
|
|
tags: [duplicate, gc, memory]
|
|
last_reinforced: 2026-05-10
|
|
github_commit: pending
|
|
---
|
|
|
|
# 세대 가설(Generational Hypothesis)
|
|
|
|
> **이 문서는 [[Generational Hypothesis]] 의 중복본입니다.** Canonical 문서로 redirect.
|
|
|
|
## 핵심 요약
|
|
- "Most objects die young" — 매 generational GC 의 foundation.
|
|
- Young / Old space 분리. Young 만 frequent collect → throughput 향상.
|
|
- V8 Orinoco · JVM G1/ZGC · .NET CoreCLR 모두 채택.
|
|
|
|
## 🔗 Graph
|
|
- 부모: [[Generational Hypothesis]] (canonical)
|
|
- Adjacent: [[Garbage Collection(가비지 컬렉션)]] · [[Old Space]] · [[Orinoco 프로젝트]]
|
|
|
|
## 🕓 변경 이력
|
|
| 날짜 | 변경 |
|
|
|---|---|
|
|
| 2026-05-08 | Phase 1 |
|
|
| 2026-05-10 | 중복 처리 — canonical 문서로 redirect |
|