This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/48200] linking shared library with LTO results in different exported symbols
- From: "hubicka at ucw dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 22 Mar 2011 23:04:29 +0000
- Subject: [Bug lto/48200] linking shared library with LTO results in different exported symbols
- Auto-submitted: auto-generated
- References: <bug-48200-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200
--- Comment #7 from Jan Hubicka <hubicka at ucw dot cz> 2011-03-22 23:04:08 UTC ---
Well, upping it only workarounds the problem and you loose parallelizm linking
small files. I did bit of tunning on this compiling one of spec2k benchmarks
(twolf?) to get smallest time with the cpus I had (4 if I remember)
Honza