v.19.14Improvement
Less Number of Clock_gettime Calls; Fixed ABI Compatibility Between Debug/release in Allocator (insignificant Issue)
Less number ofclock_gettimecalls; fixed ABI compatibility between debug/release inAllocator(insignificant issue). #6197 (alexey-milovidov)
Why it matters
This improvement decreases the overhead caused by frequentclock_gettime system calls, enhancing performance. Additionally, it resolves an ABI compatibility problem between debug and release builds related to the Allocator, preventing potential runtime issues.