This is the mail archive of the gcc-bugs@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]

[Bug target/40735] memory hog compiling big functions with -fPIE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40735

Steven Bosscher <steven at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW
         AssignedTo|steven at gcc dot gnu.org   |unassigned at gcc dot
                   |                            |gnu.org

--- Comment #20 from Steven Bosscher <steven at gcc dot gnu.org> 2012-08-28 10:49:19 UTC ---
With release checking, the loop-doloop time is almost zero (so something is
slow in doloop checking). The var-tracking slowness does not disappear, and
dominates the compile time even more strongly:

 variable tracking       : 530.57 (84%) usr


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]