[tree-ssa/java] remaining null-pointer-check hits
Andrew Pinski
pinskia@physics.uc.edu
Wed Apr 21 23:55:00 GMT 2004
On Apr 19, 2004, at 17:03, Richard Henderson wrote:
> An alternate solution that perhaps would require no changes to the
> tree-level optimizers at all is adjusting the structure of the Java
> front-end output such that we don't need the cast. I.e. we'd have
> seen
>
> T.531_60 = field.2904_815->some.base.object.vtable
Most likely this is also how the C++ front-end need the same thing
because I see many casts in there and also SRA will not be able
to work correctly without it being this way.
Thanks,
Andrew Pinski
More information about the Java
mailing list