Related articles |
---|
Implementation of C++ exceptions ? mmc@wagner.imada.ou.dk (1994-04-05) |
Re: Implementation of C++ exceptions ? vinoski@srv.ch.apollo.hp.com (Steve Vinoski) (1994-04-05) |
Re: Implementation of C++ exceptions ? mw@ipx2.rz.uni-mannheim.de (1994-04-05) |
Re: Implementation of C++ exceptions ? chase@Think.COM (1994-04-05) |
Re: Implementation of C++ exceptions ? schmidt@tango.ICS.UCI.EDU (Douglas C. Schmidt) (1994-04-06) |
Re: Implementation of C++ exceptions ? mmc@wagner.imada.ou.dk (1994-04-07) |
Implementation of C++ exceptions ? ssimmons@convex.com (1994-04-08) |
Re: Implementation of C++ exceptions ? davis@ilog.ilog.fr (1994-04-11) |
Re: Implementation of C++ exceptions ? chase@Think.COM (1994-04-11) |
Re: Implementation of C++ exceptions ? sean@PICARD.TAMU.EDU (1994-04-12) |
Newsgroups: | comp.compilers |
From: | "Douglas C. Schmidt" <schmidt@tango.ICS.UCI.EDU> |
Keywords: | C++, design |
Organization: | University of California at Irvine: ICS Dept. |
References: | 94-04-019 94-04-024 |
Date: | Wed, 6 Apr 1994 01:23:17 GMT |
++ Where can i get information about implementaion details of C++ exceptions
The current issue (March/April '94) of the C++ Report magazine contains
the first half of a two-part article by Josee Lajoie where she describes
the run-time mechanisms used to support the IBM RS/6000 C++ compiler.
This article outlines the run-time support necessary to handle type
encoding, stack unwinding, and resource management.
Doug
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.