home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / cplus / 12689 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  752 b 

  1. Path: sparky!uunet!utcsri!turing.toronto.edu!mendell
  2. Newsgroups: comp.lang.c++
  3. From: mendell@turing.toronto.edu (Mark Mendell)
  4. Subject: Re: C++ 3.0 and exceptions
  5. Message-ID: <1992Aug20.224432.21822@jarvis.csri.toronto.edu>
  6. Organization: IBM Toronto Lab
  7. References: <MATTHEW.92Aug19105738@matthew.ntl02.decnet.nokia.fi> <1992Aug21.011112.17870@ucc.su.OZ.AU>
  8. Date: 21 Aug 92 02:44:33 GMT
  9. Lines: 8
  10.  
  11. IBM's xlC C++ compiler for the RS/6000 has been supporting C++ exception
  12. handling since May.  It isn't all that hard to do (harder if you have to
  13. generate C), and can be done without full runtime type information.  The
  14. compiler always knows the types being thrown and caught at compile time.
  15. -- 
  16. Mark Mendell
  17. IBM Toronto Lab
  18. mendell@torolab6.vnet.ibm.com
  19.