[PATCH][TUPLES] Converting tree-tailcall.c to use GIMPLE.

Zdenek Dvorak rakdver@kam.mff.cuni.cz
Fri Apr 4 04:59:00 GMT 2008


Hi,

> What if a gabage collection happens in the middle of the pass ?

it will not (garbage collection in gcc is run only between the passes).
Thus, adding gc roots for things that do not live across several passes
is useless (and may cause memory leaks),

Zdenek



More information about the Gcc-patches mailing list