Re: Exception Handling

enikitin@apk.net (Eric W. Nikitin)
18 Sep 1998 23:04:57 -0400

          From comp.compilers

Related articles
[6 earlier articles]
Re: Exception Handling nmm1@cus.cam.ac.uk (Nick Maclaren) (2002-08-10)
Re: Exception Handling marcov@toad.stack.nl (Marco van de Voort) (2002-08-10)
Re: Exception Handling max1@mbank.com.ua (Maxim Reznik) (2002-08-10)
Re: Exception Handling fjh@cs.mu.OZ.AU (Fergus Henderson) (2002-08-14)
Exception Handling tschirre@cs.curtin.edu.au (Bernhard Tschirren) (1998-09-13)
Re: Exception Handling mrs@kithrup.com (1998-09-18)
Re: Exception Handling enikitin@apk.net (1998-09-18)
Re: Exception Handling landauer@apple.com (1998-09-18)
Re: Exception Handling mmc@oss.dk (Morten Christensen) (1998-09-26)
| List of all articles for this month |

From: enikitin@apk.net (Eric W. Nikitin)
Newsgroups: comp.compilers
Date: 18 Sep 1998 23:04:57 -0400
Organization: Akademia Pana Kleksa, Public Access Uni* Site
References: 98-09-049
Keywords: errors

Bernhard Tschirren (tschirre@cs.curtin.edu.au) wrote:
: Could somebody please explain "zero runtime overhead" exception handling.
: Im only familiar with the traditional setjmp() / longjmp() methods.


You could take a look at


    ftp://ftp.ssw.uni-linz.ac.at/pub/Papers/Exceptions.ps.Z


The paper is titled "Zero-Overhead Exception Handling Using
Metaprogramming". Metaprogramming (also called Reflection)
allows for searching for an exception handler based on the
type of the exception as a search criterion.




Eric
--
                      Eric Nikitin
--


Post a followup to this message

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