SIMPLE: A language-independent tree IR
Richard Henderson
rth@redhat.com
Wed Jan 2 13:40:00 GMT 2002
On Wed, Jan 02, 2002 at 02:46:28PM -0700, Tom Tromey wrote:
> Why do we need all those trees when we already have _EXPR versions of
> them?
We should get rid of the EXPR versions. A goto is not an expression
in any language that we're targeting, nor do we derive any benefit
from considering them expressions.
> Would we need to preserve VTABLE_REF trees in order to keep vtable GC
> working? (gcj doesn't use this yet, but maybe some day it will.)
Yes.
r~
More information about the Gcc
mailing list