[lto][patch] Remove lto_file and lto_elf_file from unnecessary GC management

Diego Novillo dnovillo@google.com
Wed Aug 20 11:59:00 GMT 2008


On Wed, Aug 20, 2008 at 01:11, Bill Maddox <maddox@google.com> wrote:

> @@ -625,6 +625,8 @@ lto_elf_file_close (lto_file *file)
>      }
>
>    lto_file_close (file);
> +
> +  free (file);

This should go in lto_file_close() or, better yet, we can just get rid
of lto_file_close() altogether.  It's empty now.

Patch is OK with that change and a ChangeLog entry.


Diego.



More information about the Gcc-patches mailing list