Re: [PATCH] Properly release VOP of inlined call stmt

2014-02-17 Thread Richard Biener
On Mon, 17 Feb 2014, Jeff Law wrote: > On 02/17/14 06:42, Richard Biener wrote: > > > > This makes us release the virtual SSA name associated with a call that > > is inlined. This removes some garbage that is otherwise kept live > > duing early opts (and thus reduces whole-program footprint). >

Re: [PATCH] Properly release VOP of inlined call stmt

2014-02-17 Thread Jeff Law
On 02/17/14 06:42, Richard Biener wrote: This makes us release the virtual SSA name associated with a call that is inlined. This removes some garbage that is otherwise kept live duing early opts (and thus reduces whole-program footprint). With this patch and the separately posted ipa-prop chan

[PATCH] Properly release VOP of inlined call stmt

2014-02-17 Thread Richard Biener
This makes us release the virtual SSA name associated with a call that is inlined. This removes some garbage that is otherwise kept live duing early opts (and thus reduces whole-program footprint). With this patch and the separately posted ipa-prop change I can bootstrap & regtest with Index: g