.. |
builtin.cpp
|
Factored JNIEXPORT into one place. Adopted the visbility attribute that
|
2007-11-01 14:00:22 -06:00 |
common.h
|
Got strip working for Mac OS X
|
2007-11-01 14:37:51 -06:00 |
compile.cpp
|
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 |
compile.S
|
move bitmap helper functions to common.h; preserve callee-saved registers in vmInvoke()
|
2007-10-11 20:52:16 -06: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
|
never call wasCollected() on a fixed object, since it will give a random result
|
2007-10-29 16:12:16 -06: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
|
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 |
jnienv.cpp
|
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 |
jnienv.h
|
JNIEnv and JavaVM method implementations
|
2007-09-10 17:33:58 -06:00 |
machine.cpp
|
minor tweaks to reduce memory usage
|
2007-11-06 08:29:05 -07:00 |
machine.h
|
minor tweaks to reduce memory usage
|
2007-11-06 08:29:05 -07:00 |
main.cpp
|
implement fixed object support
|
2007-10-27 19:54:30 -06:00 |
posix.cpp
|
fix use of uninitialized values in JarElement; use system-specific path separator in finder
|
2007-10-24 09:46:09 -06:00 |
process.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 |
processor.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 |
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
|
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 |
types.def
|
clean up bootstrap type generation to eliminate redundancy (broken)
|
2007-11-04 14:15:28 -07:00 |
types.h
|
more JNI work
|
2007-06-28 20:58:48 -06:00 |
windows.cpp
|
more system-specific tweaks for windows port (cont.)
|
2007-10-24 10:27:59 -06:00 |
x86.h
|
more windows port fixes
|
2007-10-24 11:24:19 -06:00 |
x86.S
|
fix JNI invocation for return types of less than 32-bits
|
2007-10-24 17:06:12 -06:00 |
zlib-custom.h
|
Various fixes (mostly making things more strict) to get the code to
|
2007-09-19 10:22:19 -06:00 |