This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa/java] remaining null-pointer-check hits


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]