Displaying 1 result from an estimated 1 matches for "261325fe".
2019 Sep 30
2
[RFC] Propeller: A frame work for Post Link Optimizations
I guess Eric means full program optimization/cross module optimization
using MIR. This is in theory workable in full LTO style, but not in
ThinLTO style which works on summary data. As we have discussed,
eliminating monolithic style optimization is the key design goal.
This was also briefly discussed in one of the previous replies I sent.
There are other benefits of doing this in linker such