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: Calls.c code permutation patch take2


> >>>>> "Jan" == Jan Hubicka <hubicka@atrey.karlin.mff.cuni.cz> writes:
> 
>     Jan> Hi This fixes minor formating problems in my previous patch
>     Jan> I've noticed today.
> 
> But the changes are large enough, and that code has been problematic
> enough, that these are not "obvious fixes".  So, you should indicate
> where you bootstrapped/tested these changes.
It is standard "dual bootstrap" on ia32/m68 (in fact only for the previous
version of patch, but if I didn't something really really silly, the
fixing of whitespace ought not to make problems). I am using such patches
calls.c for some time now and noticed no problems.

The patch is long, but basically there are not much of changes.   Perhaps I can
make even smaller chunk if Richard will find this one too large.  I was
thinking about this today and it may be possible to keep part of sibcall tests
at original place. Most of movement is necesary to be done at once, since I
don't recaluclate the args structure anymore.

Basically this is preparation patch to split expand_call into multiple
functions.

Honza
> 
> Thanks!
> 
> --
> Mark Mitchell                   mark@codesourcery.com
> CodeSourcery, LLC               http://www.codesourcery.com

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