.. |
builtin.cpp
|
lots of JIT bugfixes and cleanups
|
2007-12-15 17:24:15 -07:00 |
common.h
|
add force_align_arg_pointer attribute to divideLong and moduloLong functions for OSX
|
2007-12-27 08:28:25 -07:00 |
compile.cpp
|
use storeObjectOrAddress in all astore* instructions
|
2007-12-27 09:02:03 -07:00 |
compile.S
|
implement jsr, jsr_w, and ret; various bugfixes to get SWT example working in JIT mode
|
2007-12-26 16:59:55 -07:00 |
compiler.cpp
|
add force_align_arg_pointer attribute to divideLong and moduloLong functions for OSX
|
2007-12-27 08:28:25 -07:00 |
compiler.h
|
refactor JIT code to make operand size an explicit part of each applicable instruction
|
2007-12-26 09:56:14 -07:00 |
constants.h
|
JNIEnv and JavaVM method implementations
|
2007-09-10 17:33:58 -06:00 |
finder.cpp
|
support classloading from jar files compiled into the executable
|
2007-10-25 16:06:05 -06:00 |
finder.h
|
sketch of JAR support in Finder
|
2007-09-16 18:13:36 -06:00 |
heap.cpp
|
JIT-related GC safety fixes
|
2007-12-16 15:41:07 -07:00 |
heap.h
|
move fixed object (mark and sweep) support into heap.cpp and refine algorithms for determining when and how much to GC
|
2007-10-28 13:14:53 -06:00 |
interpret.cpp
|
fix interpret.cpp build breakage
|
2007-12-11 14:29:04 -07:00 |
jnienv.cpp
|
fix a couple thinkos in jnienv.cpp
|
2007-11-29 08:04:07 -07:00 |
jnienv.h
|
JNIEnv and JavaVM method implementations
|
2007-09-10 17:33:58 -06:00 |
machine.cpp
|
JIT-related GC safety fixes
|
2007-12-16 15:41:07 -07:00 |
machine.h
|
various threading bugfixes
|
2007-11-27 15:23:00 -07:00 |
main.cpp
|
implement fixed object support
|
2007-10-27 19:54:30 -06:00 |
posix.cpp
|
assert heap count is empty in System::dispose()
|
2007-12-07 08:30:30 -07:00 |
process.h
|
flesh out call tracing in new JIT code
|
2007-11-26 16:15:53 -07:00 |
processor.h
|
2+2 test now works with new JIT code
|
2007-12-11 14:26:59 -07:00 |
stream.h
|
finish support for inline vtables in class objects; convert constant pools from arrays to singletons to reduce memory footprint
|
2007-11-05 14:40:17 -07:00 |
system.h
|
fix use of uninitialized values in JarElement; use system-specific path separator in finder
|
2007-10-24 09:46:09 -06:00 |
type-generator.cpp
|
mark classes containing object array fields as needing an object mask in type-generator.cpp
|
2007-12-07 10:05:10 -07:00 |
types.def
|
more JIT progress
|
2007-12-10 17:48:09 -07:00 |
types.h
|
more JNI work
|
2007-06-28 20:58:48 -06:00 |
util.cpp
|
more JIT progress
|
2007-12-10 17:48:09 -07:00 |
util.h
|
more JIT progress
|
2007-12-10 17:48:09 -07:00 |
vector.h
|
refactor compile.cpp to delay code generation until after all byte code has been visited; bugfixes
|
2007-12-13 17:27:09 -07:00 |
windows.cpp
|
assert heap count is empty in System::dispose()
|
2007-12-07 08:30:30 -07:00 |
x86.h
|
more windows port fixes
|
2007-10-24 11:24:19 -06:00 |
x86.S
|
align stack to 16 byte boundary on amd64
|
2007-12-17 19:08:17 -07:00 |
zlib-custom.h
|
Various fixes (mostly making things more strict) to get the code to
|
2007-09-19 10:22:19 -06:00 |
zone.h
|
more JIT progress
|
2007-12-10 17:48:09 -07:00 |