corda/include/avian
Joel Dice 918b7828f1 fix StackOverflowError stack walking in tails=true builds
The various Architecture::nextFrame implementations were not walking
the stack correctly when a StackOverflowError was thrown.  The
throwStackOverflow thunk is called before the frame of the most
recently called method has been fully created, and because tails=true
builds use a different calling convention, we need to treat this
situation carefully when building a stack trace or unwinding.
Otherwise, we will skip past all the java frames to the next native
frame, which is what was happening.
2014-03-14 09:59:04 -06:00
..
codegen fix StackOverflowError stack walking in tails=true builds 2014-03-14 09:59:04 -06:00
heap move Allocator to include, properly namespaced 2014-02-25 19:13:41 -07:00
system Merge pull request #180 from joshuawarner32/move-allocator 2014-02-27 08:55:24 -07:00
tools/object-writer move Slice out of object-writer, to be more general 2014-02-25 20:34:03 -07:00
util add Slice::resize and Slice::alloc 2014-02-25 20:34:03 -07:00