home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / pascal / 7791 < prev    next >
Encoding:
Text File  |  1993-01-01  |  2.3 KB  |  50 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!wupost!spool.mu.edu!umn.edu!lynx!nmsu.edu!opus!trodgers
  3. From: trodgers@nmsu.edu (Thomas Rodgers)
  4. Subject: Re: Distributing TPUs
  5. In-Reply-To: leonard@qiclab.scn.rain.com's message of Thu, 31 Dec 1992 12:16:45 GMT
  6. Message-ID: <1993Jan2.025451.24250@nmsu.edu>
  7. Sender: usenet@nmsu.edu
  8. Organization: NMSU Computer Science
  9. References: <1992Dec27.022633.14853@beaver.cs.washington.edu>
  10.     <765338d8368876t211@witsend.uucp> <dmurdoch.254.725594757@mast.queensu.ca>
  11.     <1992Dec29.163745.19275@nmsu.edu> <1992Dec31.121645.6747@qiclab.scn.rain.com>
  12. Date: Sat, 2 Jan 1993 02:54:51 GMT
  13. Lines: 35
  14.  
  15. >Well, TPU files have a *big* advantage over OBJ and LIB files in one
  16. >area. If I only use *one* function or procedure from a TPU, only the
  17. >code required for *that* is incorporated in the final ESE. Ditto
  18. >for constants defined in the TPU.  Only the ones that get *used* are 
  19. >incorporated.
  20.  
  21. Where did you get the idea that dead code elimination was an exclusive
  22. 'feature' of Turbo Pascal?  There are other compiler products that
  23. have been doing it for longer than TP without using TPU's.  TPU's may be
  24. a more convenient vehicle for accomplishing it, but the point is
  25. moot, since Borland has achieved the same thing with BC++ as well, 
  26. without the use of TPU's.  I would suspect the reason Borland doesn't 
  27. change, is that they recycle vast amounts of compiler code between 
  28. successive versions of their product, and that this code is heavily 
  29. dependant on interacting with TPU's and not with .OBJ's. Another 
  30. consideration might be Borland's "Fastest Compiler" claim to fame and 
  31. marketing gimick, the proprietary TPU format undoubtedly gives them a 
  32. speed boost.
  33.  
  34. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  35. trodgers@nmsu.edu     In Real Life ???
  36.  
  37.                      ---------------------------
  38.     "Bob's" promise is to widen the scope and nature of *abnormal 
  39. behavior*, to explore NEW WAYS of going over the edge *and coming
  40. back*.  PLUS to *bring back those who couldn't on their own*...to
  41. help you create the HIGHEST POSSIBLE EARNINGS from the PSYCHODYNAMICS
  42. of ABNORMALITY...to turn Conspiracy-implanted personality disorders
  43. into an ILLUSION OF CREATIVITY that will *fool normals* and GET YOU
  44. SEX!
  45. --
  46.   Excerpted from an online pamphlet for the Church Of The SubGenius
  47.  
  48.  
  49.  
  50.