Displaying 3 results from an estimated 3 matches for "bfbc5fbc".
2011 Mar 07
1
[LLVMdev] _Unwind_Exception and _Unwind_Resume
...e
> of the implementation into your collector / runtime.
>
> That's not a problem, my code already does that.
> John.
--
-- Talin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110306/bfbc5fbc/attachment.html>
2011 Mar 07
0
[LLVMdev] _Unwind_Exception and _Unwind_Resume
On Mar 6, 2011, at 11:01 AM, Talin wrote:
> Here's an interesting problem - is it legal to copy the _Unwind_Exception struct to a different address in memory before calling _Unwind_Resume?
>
> I'm thinking of the scenario in which a garbage collection run is triggered in the middle of a "finally" block. If it's a copying collector, it might relocate the exception
2011 Mar 06
2
[LLVMdev] _Unwind_Exception and _Unwind_Resume
Here's an interesting problem - is it legal to copy the _Unwind_Exception
struct to a different address in memory before calling _Unwind_Resume?
I'm thinking of the scenario in which a garbage collection run is triggered
in the middle of a "finally" block. If it's a copying collector, it might
relocate the exception object, which has the _Unwind_Exception structure
embedded