alx32
c676104875
[lld-macho] Implement symbol string deduplication ( #123874 )
...
The symbol string table does not have deduplication.
Here we add code to deduplicate the symbol string table.
This has a rather large size impact (20-30%) on unstripped binaries
(typically debug binaries) but no size impact on stripped
binaries(typically release binaries).
We enable deduplication by default and add a flag to disable it
(`-no-deduplicate-symbol-strings`).
2025-01-23 15:48:11 -08:00
..
2025-01-21 11:57:53 -08:00
2025-01-10 09:32:03 -08:00
2025-01-16 09:31:42 -08:00
2024-12-18 09:24:25 -08:00
2025-01-09 14:14:13 -08:00
2025-01-07 21:07:51 -08:00
2025-01-23 15:48:11 -08:00
2025-01-23 15:48:11 -08:00
2024-11-16 21:37:34 -08:00
2024-12-11 15:44:44 -08:00
2024-12-14 20:07:08 -08:00
2024-12-14 20:07:08 -08:00
2024-11-20 09:36:52 -08:00
2024-12-14 20:07:08 -08:00
2024-11-20 20:02:17 -05:00
2024-12-14 20:07:08 -08:00
2024-11-15 17:24:35 -08:00
2024-11-22 15:01:59 -08:00
2025-01-15 22:58:24 -08:00
2024-12-14 20:07:08 -08:00
2024-12-14 20:07:08 -08:00
2024-06-17 18:58:02 -07:00
2025-01-23 15:48:11 -08:00
2025-01-07 21:07:51 -08:00
2024-09-05 12:29:46 -04:00
2024-07-23 11:02:55 -04:00
2024-12-14 20:07:08 -08:00
2024-08-14 20:42:07 +02:00
2025-01-10 09:32:03 -08:00
2025-01-10 09:32:03 -08:00
2024-07-23 11:02:55 -04:00
2024-07-23 11:02:55 -04:00
2024-09-05 16:36:21 -07:00
2024-09-06 10:58:19 +02:00
2024-12-22 21:50:15 +08:00
2025-01-23 15:48:11 -08:00
2025-01-23 15:48:11 -08:00
2024-11-20 09:36:52 -08:00
2024-12-14 20:07:08 -08:00
2025-01-10 09:32:03 -08:00