Re: LTO merge - free_lang_data

2009-08-18 Thread Ben Elliston
On Mon, 2009-08-17 at 12:01 -0400, Diego Novillo wrote: > Since the patch is rather large and it affects the other LTO > merge activities, I've been thinking about ways of making it > easier and avoid conflicts: > > 1- Keep working on my local tree; combining both free_lang_data and >early de

Re: LTO merge - free_lang_data

2009-08-17 Thread Diego Novillo
On Mon, Aug 17, 2009 at 12:01, Diego Novillo wrote: > Currently, the pass bootstraps all languages [ ... ] All *default* languages. I will add Ada to the mix. Diego.

Re: LTO merge - free_lang_data

2009-08-17 Thread Richard Guenther
On Mon, 17 Aug 2009, Diego Novillo wrote: > I am merging free_lang_data, which is an IPA pass that scrubs all > types and symbols from any front end language information. > > After free_lang_data all types and symbols are in gimple form. > This form is much leaner in terms of memory utilization a

LTO merge - free_lang_data

2009-08-17 Thread Diego Novillo
I am merging free_lang_data, which is an IPA pass that scrubs all types and symbols from any front end language information. After free_lang_data all types and symbols are in gimple form. This form is much leaner in terms of memory utilization and since it does not rely on the presence of the fron