RE: EH references

2007-04-17 Thread Dave Korn
On 17 April 2007 11:08, Paulo J. Matos wrote: > Thank you for the references at Code Sourcery, regading SJLJ exception > handling I found the paper (which references it): "Exception Handling > in the Choices Operating System", is the reference for SJLJ EH? Dunno about that, but I found this lin

Re: EH references

2007-04-17 Thread Paulo J. Matos
Thank you for the references at Code Sourcery, regading SJLJ exception handling I found the paper (which references it): "Exception Handling in the Choices Operating System", is the reference for SJLJ EH? Cheers, -- Paulo Jorge Matos - pocm at soton.ac.uk http://www.personal.soton.ac.uk/pocm PhD

Re: EH references

2007-04-16 Thread Joseph S. Myers
On Mon, 16 Apr 2007, Tom Tromey wrote: > Long term I'd like us to go a step further and use documentation > comments in the source, and extract those into the manual. This will need FSF approval first for copying text between GPL code and GFDL manuals, and FSF instructions on what wording to put

Re: EH references

2007-04-16 Thread Tom Tromey
> "Ian" == Ian Lance Taylor <[EMAIL PROTECTED]> writes: >> "Paulo J. Matos" <[EMAIL PROTECTED]> writes: >> Is that any reference (paper, guide, whatever,) on how gcc is handling >> exceptions in intermediate code? Is it based on a known (published) >> method? Is it intuitive and explained some

Re: EH references

2007-04-16 Thread Joe Buck
On Mon, Apr 16, 2007 at 10:25:34AM -0700, Joe Buck wrote: > See > > http://www.codesourcery.com/cxx-abi/abi-eh.html > > Despite the fact that this document is called "Itanium C++ ABI", g++ uses > this approach on most platforms, including x86 (there is another > implementation supported by GCC, "

Re: EH references

2007-04-16 Thread Joe Buck
On Mon, Apr 16, 2007 at 12:40:17PM +0100, Paulo J. Matos wrote: > Hello all, > > Is that any reference (paper, guide, whatever,) on how gcc is handling > exceptions in intermediate code? Is it based on a known (published) > method? Is it intuitive and explained somewhere? See http://www.codesour

Re: EH references

2007-04-16 Thread Ian Lance Taylor
"Paulo J. Matos" <[EMAIL PROTECTED]> writes: > Is that any reference (paper, guide, whatever,) on how gcc is handling > exceptions in intermediate code? Is it based on a known (published) > method? Is it intuitive and explained somewhere? I doubt it. But if you pull together some information, it

EH references

2007-04-16 Thread Paulo J. Matos
Hello all, Is that any reference (paper, guide, whatever,) on how gcc is handling exceptions in intermediate code? Is it based on a known (published) method? Is it intuitive and explained somewhere? I've looked at internal docs but it is not really explicit how it works. I'm having a hard time u