Re: [pph] Add cp_global_trees to cache in preload (issue4635077)

2011-06-28 Thread gchare
Commited as r175595. http://codereview.appspot.com/4635077/

Re: [pph] Add cp_global_trees to cache in preload (issue4635077)

2011-06-28 Thread Diego Novillo
On Tue, Jun 28, 2011 at 15:23, Gabriel Charette wrote: > 2011-06-28  Gabriel Charette   > >        * pph-streamer.c (pph_preload_common_nodes): >        Add cp_global_trees[] to cache. > >        * g++.dg/pph/x1typerefs.cc: Remove xfail. OK. Diego.

[pph] Add cp_global_trees to cache in preload (issue4635077)

2011-06-28 Thread Gabriel Charette
Add the cp_global_trees to the cache during the preload. Those are preconstructed trees which we only need the pointers to (i.e. they should be identical in both the .cc and .h) One exception to this is the keyed_classes tree which is generated during parsing. We will need to merge the keyed_c