• Mathieu Chartier's avatar
    Faster TLAB allocator. · 14cc9be4
    Mathieu Chartier authored
    New TLAB allocator doesn't increment bytes allocated until we allocate
    a new TLAB. This increases allocation performance by avoiding a CAS.
    
    MemAllocTest:
    Before GSS TLAB: 3400ms.
    After GSS TLAB: 2750ms.
    
    Bug: 9986565
    
    Change-Id: I1673c27555330ee90d353b98498fa0e67bd57fad
    14cc9be4
heap-inl.h 12.8 KB