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: [patch] cfg.c: Speed up make_edge and cached_make_edge.


On Tue, 22 Feb 2005, Kazu Hirata wrote:
> 2005-02-22  Kazu Hirata  <kazu@cs.umass.edu>
>
> 	* cfg.c (cached_make_edge): Call make_edge if edge cache is
> 	not available.  Use tail calls wherever possible.
> 	(make_edge): Call unchecked_make_edge to create an edge.

This is OK for mainline.

Roger
--


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