[ARCHIVED] PluotSorbet is a J2ME-compatible virtual machine written in JavaScript.
Перейти к файлу
Andreas Gal 27c9977f9e remove arguments from caller stack upon return 2014-07-14 21:42:07 -07:00
classfile remove some dead code 2014-07-13 15:27:25 -07:00
java more fixes 2014-07-09 22:23:17 -07:00
LICENSE remove task.js 2014-07-10 23:45:28 -07:00
Makefile rework VM core 2014-07-12 14:07:11 -07:00
README.md add license 2014-07-10 23:28:29 -07:00
arraytypes.js hook up array types 2014-07-13 17:36:47 -07:00
classes.js iteratively find methods up along the inheritance chain 2014-07-14 21:18:56 -07:00
classinfo.js eliminate meta() and MethodInfo constructor 2014-07-13 19:58:30 -07:00
frame.js remove arguments from caller stack upon return 2014-07-14 21:42:07 -07:00
gLong.js add signature.js 2014-07-06 11:43:23 -07:00
index.html split classinfo and classfile 2014-07-13 09:12:57 -07:00
jvm.js add opcode to invoke to indicate what kind of call to perform 2014-07-14 06:45:31 -07:00
logger.js remove trailing whitespace 2014-07-12 09:48:05 -07:00
main.js use chunked stacks 2014-07-12 23:05:35 -07:00
native.js eliminate other use of meta() 2014-07-13 19:57:33 -07:00
opcodes.js cleanup opcode table 2014-07-12 11:48:05 -07:00
scheduler.js rewrite bytecodes 2014-07-11 20:20:41 -07:00
signature.js count slots used in parsed signature 2014-07-13 19:32:37 -07:00
thread.js use chunked stacks 2014-07-12 23:05:35 -07:00
threads.js more fixes 2014-07-12 14:40:38 -07:00
util.js more work on array types 2014-07-13 17:02:57 -07:00
zipfile.js fix exception handling, inject trailing 0 in zipfile.js 2014-07-06 18:16:15 -07:00

README.md