corda/src
2008-11-28 18:23:01 -07:00
..
allocator.h remove the libstdc++ dependency once and for all 2008-10-28 15:40:50 -06:00
assembler.h delay resolving method call offsets until all methods have been compiled when creating a boot image 2008-11-27 13:59:40 -07:00
binaryToMacho.cpp fix darwin build 2008-03-30 22:23:51 -06:00
boot.cpp remove the libstdc++ dependency once and for all 2008-10-28 15:40:50 -06:00
bootimage.cpp initial work on booting from boot image 2008-11-28 15:02:45 -07:00
bootimage.h initial work on booting from boot image 2008-11-28 15:02:45 -07:00
builtin.cpp remove debug code from builtin.cpp 2008-10-27 15:39:14 -06:00
common.h more work on boot image creation 2008-11-23 16:58:01 -07:00
compile.cpp fix bugs in allocating and populating method object pools 2008-11-28 18:23:01 -07:00
compile.S prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
compiler.cpp remove the libstdc++ dependency once and for all 2008-10-28 15:40:50 -06:00
compiler.h remove the libstdc++ dependency once and for all 2008-10-28 15:40:50 -06:00
constants.h prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
finder.cpp various bugfixes 2008-11-27 21:44:04 -07:00
finder.h various bugfixes 2008-11-27 21:44:04 -07:00
heap.cpp fix fixed object tracking in heap.cpp 2008-11-28 18:22:09 -07:00
heap.h remove the libstdc++ dependency once and for all 2008-10-28 15:40:50 -06:00
heapdump.cpp more work on boot image creation 2008-11-23 16:58:01 -07:00
heapwalk.cpp more work on boot image creation 2008-11-23 16:58:01 -07:00
heapwalk.h more work on boot image creation 2008-11-23 16:58:01 -07:00
interpret.cpp fix process=interpret build 2008-06-04 16:17:06 -06:00
jnienv.cpp use dbghelp.dll to generate crash dump file on Windows XP and later 2008-10-27 15:13:27 -06:00
jnienv.h prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
machine.cpp initial work on booting from boot image 2008-11-28 15:02:45 -07:00
machine.h Merge branch 'master' of oss.readytalk.com:/var/local/git/avian into bootimage 2008-11-23 17:02:34 -07:00
main.cpp support -Xbootclasspath and -Xbootclasspath/a options 2008-07-14 11:51:20 -06:00
posix.cpp initial work to support boot image creation and use 2008-11-21 16:20:35 -07:00
process.cpp look for %s@%d format symbols when resolving native methods on Windows, which obviates the need for -k flag to dlltool 2008-10-10 17:37:36 -06:00
process.h use virtual dispatch when calling Thread.run from VM 2008-06-25 10:28:11 -06:00
processor.h initial work on booting from boot image 2008-11-28 15:02:45 -07:00
stream.h remove the libstdc++ dependency once and for all 2008-10-28 15:40:50 -06:00
system.h initial work to support boot image creation and use 2008-11-21 16:20:35 -07:00
thunks.cpp improve efficiency of array bounds checks and generate a thunk table for native functions called indirectly 2008-05-31 16:14:27 -06:00
type-generator.cpp remove support for hiding constructors and accessors in type-generator.cpp 2008-10-22 08:39:27 -06:00
types.def avoid creating garbage when iterating over hashmaps 2008-11-22 16:38:41 -07:00
types.h prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
util.cpp avoid creating garbage when iterating over hashmaps 2008-11-22 16:38:41 -07:00
util.h avoid creating garbage when iterating over hashmaps 2008-11-22 16:38:41 -07:00
vector.h simplify memory allocation interfaces 2008-04-13 12:15:04 -06:00
windows.cpp set global system pointer to null in MySystem::dispose in windows.cpp 2008-10-28 12:15:27 -06:00
x86.cpp handle unresolved constants in moveCM 2008-11-27 21:58:32 -07:00
x86.h prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
x86.S set the base pointer in vmNativeCall to point to the return address per convention, allowing us to safely walk the stack in Process::getStackTrace 2008-04-23 15:07:14 -06:00
zlib-custom.h prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
zone.h simplify memory allocation interfaces 2008-04-13 12:15:04 -06:00