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]
Other format: [Raw text]

Re: cfg merge part 15 - more cfglayout bits


Hi,

> these support routines are used by the software trace cache implementation.
> Basically when cfglayout is in the action, we don't need to have unconditional
> jumps in the code at all.  There is also new function that marks edges that
> can be made fallthru (this includes the "normal" fallthru edges and branches
> of reversible conditional jumps).
> 
> Honza
> 
> Thu May  9 17:24:24 CEST 2002  Jan Hubicka  <jh@suse.cz>
> 			       Josef Zlomek <zlomek@matfyz.cz>
> 
> 	2002-01-14  Josef Zlomek  <zlomek@matfyz.cz>
> 
> 	cfg.c (dump_edge_info): added dumping of EDGE_CAN_FALLTHRU.

I guess this should not be in ChangeLog yet:
> 	bb-reorder.c (find_traces_1_round): fixed bug in computing the
> 	iterations of the loop.

Josef


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