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: find_basic-blocks memory leak fix


On Sun, Jul 15, 2001 at 10:06:33PM +0200, Jan Hubicka wrote:
> integrate causes us to memory leak the basic block structures; when the
> CFG is built before function is saved and then, at the end of compilation
> the function is again proceeded by find_basic_block that attempts to reuse
> the data structures already freed.

Um, how is this different from what is done in copy_insn_list?
Surely we don't do any optimization after save_for_inline?


r~


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