Re: [PATCH] Fix memory leak within ipa_inline

2013-10-10 Thread David Malcolm
On Thu, 2013-10-10 at 09:53 +0200, Richard Biener wrote: > On Thu, Oct 10, 2013 at 2:10 AM, David Malcolm 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

Re: [PATCH] Fix memory leak within ipa_inline

2013-10-10 Thread Richard Biener
On Thu, Oct 10, 2013 at 2:10 AM, David Malcolm 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