corda/src
Eric Scharff 05321e97f9 If you pass 0 to printTrace, it will print the stack trace of a null
pointer exception.  This dramatically simplifies debugging in GDB:

p vm::printTrace(t, 0)
2007-10-12 14:54:37 -06:00
..
builtin.cpp more work on JIT unwinding 2007-10-04 16:41:19 -06:00
common.h stack mapping progress 2007-10-12 08:26:36 -06:00
compile.cpp JIT GC progress; fix interface method lookup bug 2007-10-12 11:56:43 -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 strip leading slashes from path in JarElement::find()/exists() 2007-09-21 08:15:39 -06:00
finder.h sketch of JAR support in Finder 2007-09-16 18:13:36 -06:00
heap.cpp move bitmap helper functions to common.h; preserve callee-saved registers in vmInvoke() 2007-10-11 20:52:16 -06:00
heap.h several things: change object typedef to Object* instead of void* to improve type safety; add JNICALL attributes to JNI functions; implement additional JavaVM methods 2007-09-06 18:21:52 -06:00
input.h copy input.h and output.h from mess project 2007-06-04 17:48:35 -06:00
interpret.cpp Merge branch 'master' of dice:git/vm 2007-10-04 17:17:57 -06:00
jnienv.cpp implement Processor::makeLocalReference()/disposeLocalReference() 2007-09-29 21:33:38 -06:00
jnienv.h JNIEnv and JavaVM method implementations 2007-09-10 17:33:58 -06:00
machine.cpp If you pass 0 to printTrace, it will print the stack trace of a null 2007-10-12 14:54:37 -06:00
machine.h JIT GC progress; fix interface method lookup bug 2007-10-12 11:56:43 -06:00
main.cpp refactoring effort to pave the way for JIT compilation 2007-09-23 19:39:03 -06:00
output.h copy input.h and output.h from mess project 2007-06-04 17:48:35 -06:00
process.h snapshot 2007-10-02 18:22:48 -06:00
processor.h more work on JIT unwinding 2007-10-04 16:41:19 -06:00
stdc++.cpp copy makefile, stdc++.cpp, and type-generator.cpp from mess project 2007-06-03 17:16:07 -06:00
stream.h implement floating point instructions 2007-08-13 08:06:31 -06:00
system.cpp clean up compile.cpp and support both x86_64 and i386; further refactoring to support JIT 2007-09-26 17:23:03 -06:00
system.h use dlopen()/dlsym() to resolve builtin JNI methods 2007-09-18 17:30:09 -06:00
system.S progress towards JIT stack unwinding 2007-10-03 21:19:39 -06:00
type-generator.cpp lots of work on stack mapping, plus a couple of bugfixes 2007-10-11 16:43:03 -06:00
types.def more progress towards stack mapping 2007-10-10 16:39:40 -06:00
types.h more JNI work 2007-06-28 20:58:48 -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