Thread local area

A Thread Local Area (TLA) is a small thread local buffer used for allocation in the runtime. The use of TLAs may significantly decrease object allocation overhead, since allocating objects in the TLA requires no synchronization. When a thread local buffer is full, it has to be promoted to the ordinary heap.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.14.134.17