home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / cplus / 12266 < prev    next >
Encoding:
Text File  |  1992-08-12  |  1.7 KB  |  45 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!mcsun!Germany.EU.net!news.netmbx.de!netmbx!jrobie
  3. From: jrobie@netmbx.netmbx.de (Jonathan Robie)
  4. Subject: Re: run-time type checking, freezing, and thawing
  5. Organization: netmbx, Berlin, Germany
  6. Date: Wed, 12 Aug 1992 13:43:05 GMT
  7. Message-ID: <WNZ5RGC@netmbx.netmbx.de>
  8. References: <2A7FCE77.45E5@tct.com> <IRS5BBM@netmbx.netmbx.de> <2A827DFD.6D68@tct.com> <1992Aug10.191631.4133@microsoft.com>
  9. Lines: 34
  10.  
  11. jimad@microsoft.com (Jim Adcock) writes:
  12.  
  13. >In article <2A827DFD.6D68@tct.com> chip@tct.com (Chip Salzenberg) writes:
  14. >|Therefore, EVEN IF the C++ standard includes RTTI, object storage will
  15. >|STILL require preprocessors and all that loathsome junk that you claim
  16. >|will be unnecessary once RTTI becomes available.
  17.  
  18. >An alternative to loathsome preprocessors is to use loathsome postprocessors
  19. >instead and grovel over the debugging information emitted in the .objs.
  20. >This makes your postprocessors dependent on the .obj format emitted, but
  21. >still this should be an easier task.
  22.  
  23. We could take that even one step further, and grovel over debugging info
  24. placed in the .EXEs.  In fact, we could develop a general purpose library
  25. for accessing this information.  And we could standardize this for all
  26. vendors.  We have now rederived the concept of extended run time type
  27. information....
  28.  
  29. Jonathan
  30.  
  31. ========================================================================
  32.  
  33. Jonathan Robie        jrobie@netmbx.UUCP
  34. Arnold-Zweig-Str. 44    jrobie@netmbx.in-berlin.de
  35. O-1100 Berlin        
  36. Deutschland        Phone:  +37 (2) 472 04 19  (Home, East Berlin)
  37.                 +49 (30) 342 30 66 (Work, West Berlin)
  38.  
  39.  
  40. -- 
  41. Jonathan
  42.  
  43. ===========================================================================
  44.  
  45.