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: [patches] Re: the death of jump2 pass.


> You need to reorder DFI_regstack to match where it shows up in
> rest_of_compilation.  You need to update invoke.texi as well.
> 
> You appear to have lost a call to split_all_insns before regstack.
The splitting is done inside regstack now, as I can't do that outside
(I need to first (conditionaly) update life information.  This will go
once I will use flow2 life info, but sched2 seems to be offending.

Honza
> 
> Otherwise ok.
> 
> 
> r~


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