This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: fix for CSE
- To: "David S. Miller" <davem at dm dot cobaltmicro dot com>
- Subject: Re: fix for CSE
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sat, 17 Oct 1998 01:37:21 -0600
- cc: egcs-patches at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199810160832.BAA31768@dm.cobaltmicro.com>you write:
> If someone is looking for a useful pet project, cleaning up all of the
> hash table handling in CSE would be a good one. If it were cleaner,
> this bug would have been easier to track down.
>
> Another good project would be to fix CSE such that we could remove
> this hash table flush, I couldn't believe how simple of a function
> triggered it to happen. It seems to happen often in cases where
> function inlining is prominent, so I suppose this may effect C++
> people quite a bit. I see it often in the Linux kernel.
SSA would make all this crud go away and probably do a better job to boot.
jeff