search for: 1d59b821

Displaying 2 results from an estimated 2 matches for "1d59b821".

Did you mean: 1159821
2011 May 18
0
[LLVMdev] Exception Handling Proposal, Second round Re: LLVMdev Digest, Vol 83, Issue 30
On May 18, 2011, at 8:35 AM, Peter Lawrence wrote: > 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
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