corda/src
2008-05-18 09:45:11 -06:00
..
allocator.h simplify memory allocation interfaces 2008-04-13 12:15:04 -06:00
assembler.h rework register allocation to be more flexible 2008-05-12 07:54:47 -06:00
binaryToMacho.cpp fix darwin build 2008-03-30 22:23:51 -06:00
boot.cpp support building Avian as a self-contained dynamic library 2008-03-30 21:43:43 -06:00
builtin.cpp various bugfixes concerning Thread.getStackTrace 2008-04-21 16:36:13 -06:00
common.h Fix Mac compiler warnings for fprintf format strings 2008-04-24 11:07:20 -06:00
compile.cpp reorder makeMultidimensionalArray parameters to remove the need for the caller to save the stack pointer in a temporary register 2008-05-18 09:45:11 -06: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 various bugfixes 2008-05-17 21:32:14 -06:00
compiler.h fix build 2008-05-06 15:13:02 -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 simplify memory allocation interfaces 2008-04-13 12:15:04 -06:00
finder.h support building Avian as a self-contained dynamic library 2008-03-30 21:43:43 -06:00
heap.cpp various bugfixes 2008-04-30 09:44:17 -06:00
heap.h optimize common case of setting a single object field so we don't acquire the heap lock unnecessarily 2008-04-23 18:08:24 -06:00
interpret.cpp implement Thread.getStackTrace, activeCount, and enumerate 2008-04-11 16:48:39 -06:00
jnienv.cpp simplify memory allocation interfaces 2008-04-13 12:15:04 -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 nth attempt to clean up MyStackWalker 2008-04-23 10:33:31 -06:00
machine.h optimize common case of setting a single object field so we don't acquire the heap lock unnecessarily 2008-04-23 18:08:24 -06:00
main.cpp support building Avian as a self-contained dynamic library 2008-03-30 21:43:43 -06:00
posix.cpp various bugfixes concerning Thread.getStackTrace 2008-04-21 16:36:13 -06:00
process.cpp various bugfixes concerning Thread.getStackTrace 2008-04-21 16:36:13 -06:00
process.h translate exception handler table into a form which does not depend on the constant pool after JIT compiling a method 2008-04-11 13:03:40 -06:00
processor.h implement Thread.getStackTrace, activeCount, and enumerate 2008-04-11 16:48:39 -06:00
stream.h prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
system.h simplify memory allocation interfaces 2008-04-13 12:15:04 -06:00
type-generator.cpp don't bother defining ArrayElementSizeOf<type> if it has no array elements 2008-04-21 16:32:33 -06:00
types.def translate exception handler table into a form which does not depend on the constant pool after JIT compiling a method 2008-04-11 13:03:40 -06: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 fix GC safety bugs in leftRotate and rightRotate 2008-04-11 18:05:03 -06:00
util.h various bugfixes in new stack trace code 2008-04-10 17:48:28 -06:00
vector.h simplify memory allocation interfaces 2008-04-13 12:15:04 -06:00
windows.cpp commit and reserve pages when calling VirtualAlloc on Windows 2008-04-13 12:25:24 -06:00
x86.cpp support 64-bit subtracts on 32-bit systems; allow constant shift counts in MyAssembler::plan 2008-05-18 09:43:31 -06: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