This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

r125734 - in /trunk/libjava: ChangeLog definecl...


Author: kseitz
Date: Fri Jun 15 03:53:52 2007
New Revision: 125734

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125734
Log:
        * include/java-interp.h (_Jv_LocalVarTableEntry): Add union
        for bytecode_pc and direct-threaded pc.
        Add field descriptions inline.
        * defineclass.cc (read_one_code_attribute): Change from
        bytecode_start_pc to bytecode_pc.
        Remove unused variable "len".
        * interpret.cc (compile): Remap the variable table, too.
        (get_local_var_table) [DIRECT_THREADED]: Use insn_index on the
        start location to map from pc_t to code index.

Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/defineclass.cc
    trunk/libjava/include/java-interp.h
    trunk/libjava/interpret.cc


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