corda/src
Joel Dice 7ed14948b9 re-initialize frame maps for exception handlers on every iteration of the frame map calculation loop
This fixes incorrect frame map calcuation which may lead to crashes
during garbage collection from an exception handler.
2009-06-16 13:41:31 -06:00
..
allocator.h Merge branch 'master' into powerpc 2008-11-11 08:21:48 -07:00
arch.h code cleanup and build fixes 2009-05-04 19:04:17 -06:00
assembler.h progress towards powerpc continuation and tail call support 2009-05-26 19:02:39 -06:00
binaryToMacho.cpp update copyright years 2009-03-15 12:02:36 -06:00
boot.cpp update makefile to optionally build and use a boot image; various bugfixes 2008-11-29 16:08:14 -07:00
bootimage.cpp fix cygwin/msys bootimage build 2009-06-01 12:12:29 -06:00
bootimage.h implement "callee pops arguments" calling convention and refactor tail call code accordingly 2009-04-19 16:36:11 -06:00
builtin.cpp fix GC safety bug in builtin.cpp 2009-06-11 17:13:25 -06:00
common.h include return address size in frameSize passed to vmInvoke; fix printf warnings 2009-05-28 19:50:44 -06:00
compile-powerpc.S several bugfixes for powerpc continuations 2009-05-28 18:56:05 -06:00
compile-x86.S compile-x86.S bugfixes and cleanups 2009-05-28 19:54:32 -06:00
compile.cpp re-initialize frame maps for exception handlers on every iteration of the frame map calculation loop 2009-06-16 13:41:31 -06:00
compiler.cpp consider an instruction reachable if it has no predecessors (i.e. it's the first instruction 2009-06-12 09:45:29 -06:00
compiler.h various bugfixes 2009-05-14 20:08:01 -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 Merge branch 'master' into powerpc 2009-02-09 16:22:01 -07:00
finder.h various bugfixes 2008-11-27 21:44:04 -07:00
heap.cpp add DebugAllocation option to heap.cpp to help detect allocation and deallocation errors 2009-06-11 17:23:02 -06:00
heap.h lots of bugfixes and refactoring 2008-12-01 19:38:00 -07:00
heapdump.cpp fix merge confict fallout in heapdump.cpp 2008-12-04 14:35:25 -07:00
heapwalk.cpp update makefile to optionally build and use a boot image; various bugfixes 2008-11-29 16:08:14 -07:00
heapwalk.h update makefile to optionally build and use a boot image; various bugfixes 2008-11-29 16:08:14 -07:00
interpret.cpp fix bootimage build 2009-05-31 21:16:58 -06:00
jnienv.cpp update copyright years 2009-03-15 12:02:36 -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 GC bugfixes 2009-05-17 17:43:48 -06:00
machine.h fix cygwin/msys bootimage build 2009-06-01 12:12:29 -06:00
main.cpp update makefile to optionally build and use a boot image; various bugfixes 2008-11-29 16:08:14 -07:00
posix.cpp code cleanup and build fixes 2009-05-04 19:04:17 -06:00
powerpc.cpp fix powerpc tail calls 2009-05-27 18:15:39 -06:00
powerpc.h update copyright years 2009-03-15 12:02:36 -06:00
powerpc.S progress towards powerpc continuation and tail call support 2009-05-26 19:02:39 -06:00
process.cpp fix native method lookup for fast calling convention on Windows 2009-05-31 14:41:07 -06:00
process.h code cleanup and build fixes 2009-05-04 19:04:17 -06:00
processor.h fix bootimage build 2009-05-31 21:16:58 -06:00
stream.h fix GCC 4.4 warnings 2009-05-22 18:21:11 -06:00
system.h Merge branch 'master' into powerpc 2009-02-09 16:22:01 -07:00
thunks.cpp always return an 8-byte value (or void) from native functions called from Java 2009-02-28 14:20:43 -07:00
type-generator.cpp Merge branch 'master' into fun 2009-05-31 17:25:34 -06:00
types.def move SystemClassLoader and Runtime.dumpHeap to avian package 2009-05-25 21:36:29 -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 update copyright years 2009-03-15 12:02:36 -06:00
util.h check for null array in HashMapIterator::find 2008-12-18 20:23:08 -07:00
vector.h simplify memory allocation interfaces 2008-04-13 12:15:04 -06:00
windows.cpp generate full memory dump on unhandled exception in windows.cpp 2009-06-11 13:41:13 -06:00
x86.cpp progress towards powerpc continuation and tail call support 2009-05-26 19:02:39 -06:00
x86.h update copyright years 2009-03-15 12:02:36 -06:00
x86.S load eax and edx in 32-bit vmJump 2009-05-24 18:57:59 -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