Login
From:
shipilev.net
(Uncensored)
subscribe
JVM Anatomy Quark #4: TLAB allocation
https://shipilev.net/jvm/anatomy-quarks/4-tlab-allocation/
links
backlinks
Roast topics
Find topics
Find it!
Most of the time we do new MyClass(), the runtime environment has to allocate storage for the instance in question. The textbook GC (memory manager) interface for allocation is very simple: