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 tree-optimization/36519] [4.3 Regression] time/memory hog for c++ source.



------- Comment #6 from rguenth at gcc dot gnu dot org  2008-06-23 10:11 -------
Subject: Bug 36519

Author: rguenth
Date: Mon Jun 23 10:10:38 2008
New Revision: 137033

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137033
Log:
2008-06-23  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/36519
        * tree-ssa-alias.c (mem_sym_score): Count call-clobbered
        unpartitionable SFTs in the usual way.
        (compute_memory_partitions): Do partition call-clobbered
        unpartitionable SFTs, but make sure to partition all other
        SFTs of its parent var into the same partition.

Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/tree-ssa-alias.c


-- 


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


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