Re: exception handling and optimization papers?

Jason Merrill <jason@cygnus.com>
5 Sep 1998 01:14:04 -0400

          From comp.compilers

Related articles
exception handling and optimization papers? sreedhar@ccl.CS.McGill.CA (V.C. SREEDHAR) (1998-08-22)
Re: exception handling and optimization papers? chase@world.std.com (David Chase) (1998-08-24)
Re: exception handling and optimization papers? mrs@kithrup.com (1998-08-24)
RE: exception handling and optimization papers? NandakumarS@bsquare.com (Nandakumar Sankaran) (1998-08-25)
Re: exception handling and optimization papers? dlmoore@molalla.net (David L Moore) (1998-08-25)
Re: exception handling and optimization papers? bill@amber.ssd.csd.harris.com (1998-08-30)
Re: exception handling and optimization papers? jason@cygnus.com (Jason Merrill) (1998-09-05)
Re: exception handling and optimization papers? jls@sco.com (1998-09-18)
| List of all articles for this month |

From: Jason Merrill <jason@cygnus.com>
Newsgroups: comp.compilers
Date: 5 Sep 1998 01:14:04 -0400
Organization: Cygnus Solutions, Sunnyvale, CA
References: 98-08-164 98-08-184
Keywords: optimize, errors

>>>>> Nandakumar Sankaran <NandakumarS@bsquare.com> writes:


  > The August 98 issue of SIGPLAN Notices carries an article on "Optimizing
  > away C++ Exceptions". I haven't read the article yet


I have. It essentially deals with the obvious (though not yet ubiquitous)
optimization of using throw() specs to determine that a call will not
throw, and removing exception regions that don't contain anything that can
throw.


Jason
--


Post a followup to this message

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