You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by dl...@apache.org on 2005/10/19 10:36:53 UTC

svn commit: r326473 [1/2] - /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/opcode.c

Author: dlydick
Date: Wed Oct 19 01:36:15 2005
New Revision: 326473

URL: http://svn.apache.org/viewcvs?rev=326473&view=rev
Log:
Filled out more opcode implementations.

Split out inner loop macros from opcode.c for better
maintainability.

Substitute portable_XXX() version of system calls and library calls.

Move static jmp_buf opcode_end_local_return from file scope into
opcode_run() as a local variable so it does not get overwritten
during recursive invocation of opcode_run() by opcodes like NEW
and INVOKExxx.

Minor documentation adjustments.

Modified:
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/opcode.c