This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
cc1, cc1plus, f951, and lto1 -- where does '1' here mean? It always got me thinking where cc2/lto2/... is.
WHOPR --- the Whole part is not accurate -- it can be any part of the whole program. The 'Whole Program' should be 'the set of IL units' to be more exact.
+Currently, GCC does not support combining LTO object files compiled +with different set of the command line options into a single binary. +At link-time, the options given on the command line and the options +saved on all the files in a link-time set are applied globally. No +attempt is made at validating the combination of flags (other than the +usual validation done by option processing). This is implemented in +@file{lto/lto.c}:@code{lto_read_all_file_options}.
This can be a big limiting factor for the wide adoption of LTO. In LIPO, incompatible options are detected and modules not safe to include are banned.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |