Displaying 3 results from an estimated 3 matches for "9eeb32d3".
2018 Jan 19
0
Exception handling support for a target
On 19 Jan 2018, at 14:48, John Reagan via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> OpenVMS' EH model is for full asynchronous prologue/epilogue EH. We do more
> than just program-level EH, but have to deal with OS events (timers going off,
> asynch I/O completion, mailboxes filled with data, etc.) which could result in
> an unwind occurring.
>
>
2018 Jan 19
2
Exception handling support for a target
> From: Tim Northover via llvm-dev <llvm-dev at lists.llvm.org>
> Emitting directives in the epilogue is hard because the directives
> apply to all instructions after in program-counter order. So if you
> have an epilogue in the middle of a function and emit CFI directives
> saying the registers are back where they were then the unwinder will
> think that applies to the
2018 Jan 19
1
Exception handling support for a target
..._____________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180119/9eeb32d3/attachment.html>