Files
2nd/10_Wiki/Topics/DevOps_and_Security/V8 가비지 컬렉션(Garbage Collection).md
T
2026-05-10 22:08:15 +09:00

1.2 KiB

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-가비지-컬렉션-garbage-collection V8 가비지 컬렉션 (Garbage Collection) 10_Wiki/Topics duplicate garbage-collection Garbage Collection
A 0.9 redirected
duplicate
gc
v8
memory
2026-05-10 pending

V8 가비지 컬렉션 (Garbage Collection)

이 문서는 Garbage Collection 의 중복본입니다. Canonical 문서로 redirect.

핵심 요약 (V8 specialization)

  • V8 매 generational GC: Young Gen (Scavenger, semi-space copy) + Old Gen (Mark-Sweep-Compact).
  • Orinoco — concurrent + parallel + incremental marking 의 main-thread pause 의 minimize.
  • 매 두 번 survive 의 object 의 Old Gen 으로 promote.
  • Idle-time GC + lazy sweeping 의 pause 시간 의 ms 단위.

🔗 Graph

🕓 변경 이력

날짜 변경
2026-05-08 Phase 1
2026-05-10 중복 처리 — Garbage Collection canonical 문서로 redirect