This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: optimizations
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: Håkan Hjort <hakan at safelogic dot se>, Reza Roboubi <reza at linisoft dot com>, gcc at gcc dot gnu dot org
- Date: Tue, 18 Feb 2003 20:04:17 -0500
- Subject: Re: optimizations
>>>>> Zack Weinberg writes:
Zack> so you can see that not only is the loop still present, but the memory
Zack> write has not been sunk.
Which is why I am eager to fix store motion utilizing Zdenek and
Daniel Berlin's efforts.
David