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]

Re: [tree-ssa] [PATCH]: Turn SSAPRE on by default



On Aug 29, 2003, at 7:16 PM, Diego Novillo wrote:


On Fri, 2003-08-29 at 10:52, Daniel Berlin wrote:
Diego, OK?
2003-08-28  Daniel Berlin  <dberlin@dberlin.org>
     * opts.c (decode_options): Turn on SSAPRE by default.

Sure. We need to experiment with the ordering now.


Committed.


I'm aware of a problem with speed in checking mode on expressions with large numbers of occurrences (or ephis) that i'm bootstrapping a fix for now.
I was regenerating a list using an O(n^2) algorithm in 4 places i didn't actually need to. This resulted in a couple hundred million calls to bb_for_stmt, which itself calls is_gimple_stmt and is_essa_node.
:)

Diego.




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