[PATCH v2] malloc: Improve performance of __libc_malloc

DJ Delorie dj@redhat.com
Wed Mar 26 21:04:44 GMT 2025


It would be messier but faster if, when USE_TCACHE isn't defined, we
avoid doing the non-inlined tail call.

In the new code, chunks gotten from tcache are not tagged properly
(via tag_new_usable()).



More information about the Libc-alpha mailing list