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] Fix memory leak within ipa_inline


On Thu, Oct 10, 2013 at 2:10 AM, David Malcolm <dmalcolm@redhat.com> wrote:
> ipa-inline.c:ipa_inline leaks "order" when optimizations are disabled.
> This potentially becomes significant in my JIT branch since the
> compilation code could be invoked many times within one process.
>
> Bootstrapped and regtested against trunk on x86_64-unknown-linux.
>
> OK for trunk?

Ok.

Thanks,
Richard.

> (Seen using valgrind; I've already committed this on my dmalcolm/jit
> branch as:
> http://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=8c61655effbb29cba2cc342c35bd47a6dda2df16
> )
>


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