| 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) |
| [3 later articles] |
| Newsgroups: | comp.compilers |
| From: | mmc@wagner.imada.ou.dk (Morten Christensen) |
| Keywords: | C++, question, comment |
| Organization: | Dept. of Math. & Computer Science, Odense University, Denmark |
| Date: | Tue, 5 Apr 1994 12:38:37 GMT |
Implementation of C++ Exceptions ?
Where can i get information about implementaion details of C++ exceptions
? Bjarne S. and others have stated that this can be implemented with very
little or no overhead for a normal running program (as long as no
exceptions are thrown) but current implementations known to me Borland C++
and Watcom have a lot of overhead when Exceptions are enabled.
I shall use this for my graduation work. - Any info will be greatly
appreciated!!!
Please mail mmc@imada.ou.dk
Thanks
Morten M. Christensen
Odense Uni.,
Denmark
[Wearing my JCLT hat, If anyone's written up experience with exception
handling in C++, I'd be very interested an article about it. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.