gcc/gcjx ChangeLog TODO bytecode/generate.cc b ...
tromey@gcc.gnu.org
tromey@gcc.gnu.org
Mon Jul 11 16:41:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcjx-branch
Changes by: tromey@gcc.gnu.org 2005-07-11 16:41:51
Modified files:
gcjx : ChangeLog TODO
gcjx/bytecode : generate.cc generate.hh
gcjx/model : class.cc
Log message:
* bytecode/generate.hh (bytecode_generator::handle_invocation):
Updated.
* bytecode/generate.cc (handle_invocation): Added 'use_accessor'
argument.
(visit_method_invocation): Updated.
(visit_type_qualified_invocation): Likewise.
(visit_super_invocation): Likewise.
(visit_field_ref): Likewise.
(dereference_left_hand_side): Updated for static accessors.
(emit_lhs_store): Likewise.
(visit_field_ref): Likewise.
* model/class.cc (get_accessor): Always make accessor static.
(get_accessor): Likewise.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.90&r2=1.1.2.91
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/TODO.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.33&r2=1.1.2.34
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/bytecode/generate.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.13&r2=1.1.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/bytecode/generate.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.7&r2=1.1.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/class.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.11&r2=1.1.2.12
More information about the Gcc-cvs
mailing list