Determining pointer for the target of set/get field
Tom Tromey
tromey@redhat.com
Mon Feb 24 09:44:00 GMT 2003
>>>>> "Angelo" == Angelo Corsaro <corsaro@cse.wustl.edu> writes:
Angelo> I need to determine for "expand_java_field_op" in
Angelo> gcc/gcc/java/expr.c, the address of the object for which the field is
Angelo> being set/get. Does anyone know the right way of getting this ptr?
Before calling build_field_ref, the field_ref variable holds a pointer
to the object. It is NULL_TREE is the field is static.
Tom
More information about the Java
mailing list