This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Speed up tree-ssa-ccp
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- To: Jeffrey A Law <law at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 16 Jun 2003 17:08:30 +0200 (CEST)
- Subject: Re: [tree-ssa] Speed up tree-ssa-ccp
- References: <200306150719.h5F7JQfO006432@speedy.slc.redhat.com>
On Sun, 15 Jun 2003 law@redhat.com wrote:
> One of Gerald's testcases exposed that CCP can do a lot of unnecessary
> in some cases.
> [...]
> This nearly cuts the CCP time in half for the one testcase I looked at.
That's nice!
Can we have more of this, or is this immodest a request? :-)
Gerald