]> gcc.gnu.org Git - gcc.git/commit - libjava/ChangeLog
interpret.cc (continue1): Implement explicit dispatch table.
authorKresten Krab Thorup <krab@samam.daimi.au.dk>
Fri, 20 Aug 1999 11:40:35 +0000 (13:40 +0200)
committerKresten Krab Thorup <krab@gcc.gnu.org>
Fri, 20 Aug 1999 11:40:35 +0000 (11:40 +0000)
commitf7b4fb110a587d13e6f203716b2ab5f326065934
treebeb23951cf42ff30c1b42c1220cc8506ad04f7e9
parentad69db4af5b5de7e8b8df977be78131adf375511
interpret.cc (continue1): Implement explicit dispatch table.

        * interpret.cc (continue1): Implement explicit dispatch table.
insn_target: Explicit interpreter switch table.
SAVE_PC: New macro, moves pc saving code into instructions that
require so.
NEXT_INSN: New macro, replaces `goto next_insn' in all insns.
PC_REGISTER_ASM: New macro.
INLINE_SWITCH: New macro.  Constrols dispatching strategy.
opcode: Remove local variable.
{i,l,f,d}{load,store}_{0,1,2,3}: Expand definitions.
(POKEI): Use _Jv_word.
(iinc): Use _Jv_word.
(dupx): Change reference argument (sp) to pointer.
(jvdump): Remove

* interpret.cc: Remove instruction timing instrumentation.

* java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): Changed
comment.  Don't use _Jv_ClassNameSamePackage.

* gnu/gcj/util/path/{SearchPath,ZipFileEntry,DirectoryPathEntry,
URLPathEntry, CacheEntry}: Removed.

* Makefile.am (ordinary_java_source_files): Remove gnu/gcj/util/path
package.
(.java.lo): Rule removed.

* Makefile.in: Rebuilt.

From-SVN: r28777
libjava/ChangeLog
libjava/Makefile.am
libjava/Makefile.in
libjava/include/java-insns.h
libjava/interpret.cc
libjava/java/lang/natClassLoader.cc
This page took 0.054689 seconds and 5 git commands to generate.