NetEase Cloud Music Tech Team
Apr 27, 2021 · Fundamentals
How V8 Optimizes Object Properties: From TaggedImpl to Slack Tracking
This article explains V8's internal object representation, pointer tagging, the three property storage modes (inobject, fast, slow), how constructors and literals allocate space, the rules that trigger mode switches, and the slack‑tracking technique that refines memory usage.
Garbage CollectionJavaScript EngineObject Representation
0 likes · 33 min read
