Re: rfa: merge handling of locals and globals in remove_unused_locals

2012-08-01 Thread Richard Guenther
On Wed, Aug 1, 2012 at 5:28 PM, Michael Matz wrote: > Hi, > > On Wed, 1 Aug 2012, Richard Guenther wrote: > >> Ok. Would be nice to now unify global and local var handling with a >> single bitmap. > > Yeah, wanted to do that as follow-up. Namely like so. Regstrapping on > x86_64-linux in progre

rfa: merge handling of locals and globals in remove_unused_locals

2012-08-01 Thread Michael Matz
Hi, On Wed, 1 Aug 2012, Richard Guenther wrote: > Ok. Would be nice to now unify global and local var handling with a > single bitmap. Yeah, wanted to do that as follow-up. Namely like so. Regstrapping on x86_64-linux in progress on top of your remove-referenced-vars patches. Okay for tru