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: Timing information for CFG manipulations


On Tue, Oct 16, 2001 at 05:01:37PM +0200, Jan Hubicka wrote:
> 	* cfgrtl.c (commite_one_edge_insertion): Create an bitmap to pass
> 	to find_sub_basic_blocks.

I don't especially like the feature that commite_one_edge_insertion
has to do all sorts of extra work to update one block.  Perhaps you
should create a find_many_sub_basic_blocks that takes the sbitmap,
but find_sub_basic_blocks continues to update one block.


r~


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