search for: f4526984

Displaying 1 result from an estimated 1 matches for "f4526984".

Did you mean: 4521984
2018 Dec 31
1
intra vs inter module LTO
It is quite common for larger project to split the source tree into multiple libraries, which are built statically and linked together at the end. This practise also has advantages building tests, because only the library for the classes under test has to be linked. When it comes to LTO, I understand that it works when multiple .o files are linked together, doing its magic hopefully optimizing