References on Implementing Exceptions

mzraly@world.std.com (Michael S. Zraly)
24 Feb 1999 12:28:14 -0500

          From comp.compilers

Related articles
References on Implementing Exceptions mzraly@world.std.com (1999-02-24)
Re: References on Implementing Exceptions blume@kurims.REMOVE.kyoto-u.ALLCAPS.ac.PARTS.jp (Matthias Blume) (1999-02-25)
Re: References on Implementing Exceptions dmitrik@my-dejanews.com (Dmitri Katchalov) (1999-02-25)
Re: References on Implementing Exceptions ddw@miscrit.be (Dominique de Waleffe) (1999-02-26)
| List of all articles for this month |

From: mzraly@world.std.com (Michael S. Zraly)
Newsgroups: comp.compilers
Date: 24 Feb 1999 12:28:14 -0500
Organization: The World Public Access UNIX, Brookline, MA
Keywords: errors, comment

Can anyone out there recommend any good books/articles/web pages
that discuss the implementation of exception handling in C++ or
other programming languages? I'm looking for something fairly
deep and detailed, not just a hand-wave about unwinding the stack
until the appropriate handler is discovered. I'm looking for all
the gory details.


--
Mike Zraly
mzraly@world.std.com
[David Chase wrote a two-part article on C++ exception handling with
grotty details in the JCLT in 1994. -John]


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.