[PATCH 4/5]: Use pointer_map in tree-nested

Paolo Bonzini paolo.bonzini@lu.unisi.ch
Tue Feb 6 12:47:00 GMT 2007


Here, the data structure was uselessly allocated in GGC space (in fact 
it was ggc_free'd explicitly).  For simplicity I moved it to malloc 
space, even though a pool could also be a good idea.  I also moved the 
bitmap that were allocated by tree-nested into their own obstack so that 
all of them can be easily cleared in a single step.

Bootstrapped C/C++/Ada/Java (Fortran is broken) on i686-pc-linux-gnu, ok 
for mainline?

Paolo
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: use-pointer-map-tree-nested.patch
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070206/9fea862f/attachment.ksh>


More information about the Gcc-patches mailing list