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] Fix typo in last toplev.c change


On Tue, 2003-06-10 at 23:46, law@redhat.com wrote:

> [ Ignore the sillyness required to specify the output file for now.  The
>   point is we can hook into a specific SSA pass and with relative
>   ease determine if it did its job. ]
> 
Very good stuff.  This is great!  Now we can add a boatload of tests to
make sure we don't disable optimizations by mistake.  Hmm, I wonder what
form would false positives take.  Say, we are expecting an expression to
disappear, but it turns out that it's code-motioned somewhere else where
it makes better sense... anyway, I'm rambling.  We'll figure it out when
we get there.

For the time being, we could start adding lots of simple tests.  Dan
Nicolaescu had a few tests for DCE and CCP that we could now add.


> And in case you're wondering we currently fail the second test :-)
> 
:)


Diego.


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