[Bug dynamic-link/21502] Excessive memory allocation due to LD_HWCAP_MASK
schwab@linux-m68k.org
sourceware-bugzilla@sourceware.org
Mon May 22 12:19:00 GMT 2017
https://sourceware.org/bugzilla/show_bug.cgi?id=21502
--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
_dl_important_hwcaps wants to create all combinations of the unmasked hwcap
strings. On x86_64 there are 28 hwcaps, computing those 2^28 combinations
takes its time.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list