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: | mmc@wagner.imada.ou.dk (Morten Christensen) |
Keywords: | C++, design |
Organization: | Dept. of Math. & Computer Science, Odense University, Denmark |
References: | 94-04-019 94-04-026 |
Date: | Thu, 7 Apr 1994 13:23:23 GMT |
chase@Think.COM (David Chase) writes:
> ... long article deleted ...
Thank you for your lenghtly respons to my request for information about
implementations of (C++) exceptions. I regard the information from David
Chase very useable (but hard to understand since I have no experience with
Sun systems and development tools).
Unfortunately I have not yet had the pleasure of trying SunPro C++ 4.0,
but in IBM PC C++ compilers as Borland C++ and Watcom exceptions means a
lot of overhead including calls of init_except_block / exit_except_black
functions for each C++ function compiled with exceptions enabled etc.
This clearly does not compute with statements from Bjarne S. and others
that exceptions should introduce no/very little overhead in a normal
running program (as long as no exceptions are thrown)!
If you know more about this subject please mail me at mmc@imada.ou.dk
Your information will be used for my graduation work for the university in
Odense, Denmark and notice of the result of the study will be posted at
comp.compilers (and mailed to you if you should request so).
Thanks
Morten M. Christensen
Odense University,
Denmark
mail addr : mmc@imada.ou.dk
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.