|
|
|
|
|
by comex
140 days ago
|
|
It is viable against the IR that static libraries contain when LTO is enabled. LTO essentially means “load the entire compiler backend into the linker and do half of the compilation work at link time”. It’s a great big hack, but it does work. |
|
---
expanding: so, this means that you can do cross-boundary optimizations without LTO and with pre-built artifacts. I think.