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]

Re: Tiny speedups..


> On Wed, Sep 20, 2000 at 09:46:50PM +0200, Jan Hubicka wrote:
> > 	* recog.c (recog_memoized): Rename to recog_memoized_1.
> > 	* recog.h (recog_memoized): Rename to recog_memoized_1.
> > 	(recog_memoized): New macro.
> > 	* rtl.h (single_set): Rename to single_set_1
> > 	(single_set): New macro.
> > 	* rtl.c (single_set): Rename to single_set_1;  expect clobbers
> > 	to be last.
> 
> Ok.
Thanks. Assuming that it is OK with changes Mark requested.
Note that before installing the change I need to fix the string operations first,
since they break the rule of having clobbers/uses last.
The patch to do so (and fix some other misscompilations caused by stringops)
is pending at:
http://gcc.gnu.org/ml/gcc-patches/2000-08/msg00877.html
Could you plase look at this one?

Thanks,
Honza
> 
> 
> r~

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