@thesamesam@social.treehouse.systems
Post #2040169
2026-05-03 04:13 UTC
@lenary Thanks! Do you know if LLVM lets you customise the partition size (or amount of them), and whether it's just an internal parameter or whether it's documented as a user-facing option?
Replies (1)
-
@lenary@types.pl 2026-05-03 04:24
@thesamesam I'm not super familiar with how thin lto is orchestrated. I think that while there are separate threads, they can pull known definitions into partitions based on need, so controlling number of threads doesn't help much. I'm not sure though.