Displaying 2 results from an estimated 2 matches for "17c809bc".
2011 May 18
0
[LLVMdev] Exception Handling Proposal, Second round Re: LLVMdev Digest, Vol 83, Issue 30
...___
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110518/17c809bc/attachment.html>
2011 May 18
2
[LLVMdev] Exception Handling Proposal, Second round Re: LLVMdev Digest, Vol 83, Issue 30
Renato,
I agree with what Andrew said, but would have worded
it differently. All optimizers (that
I am aware of) require explicit control flow, so things like
exception-throwing-divide-instructions
need to be converted into IR that are Block-Terminators. Andrew was
explaining how this is
a non-performance issue in practice, I am explaining how this is a
requirement of how