Displaying 3 results from an estimated 3 matches for "e55d5c86".
2010 Sep 26
0
[LLVMdev] LLVM Exception Handling
On 26 September 2010 22:11, Nathan Jeffords <blunted2night at gmail.com> wrote:
> The "exception" value will *always* be i8*, it is not possible for it to be
> anything different.
> In the end, this a minor parser detail and it is not terribly important to
> me one way or the other.
I know, it is rather silly. It has more to do with debugging front-end
code than
2010 Sep 26
2
[LLVMdev] LLVM Exception Handling
...t;
> http://systemcall.org/
>
> Reclaim your digital rights, eliminate DRM, learn more at
> http://www.defectivebydesign.org/what_is_drm
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100926/e55d5c86/attachment.html>
2010 Sep 26
2
[LLVMdev] LLVM Exception Handling
On Sun, Sep 26, 2010 at 1:44 PM, Renato Golin <rengolin at systemcall.org>wrote:
> On 26 September 2010 20:13, Nathan Jeffords <blunted2night at gmail.com>
> wrote:
> > I believe the perceived problem with using eh.exception is that
> > is disassociates the source of the value with the invoke instruction that
> > generated it. As far as reusing the landing pad,