home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / c / 19113 < prev    next >
Encoding:
Internet Message Format  |  1993-01-01  |  1.5 KB

  1. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!swrinde!gatech!destroyer!ncar!noao!amethyst!organpipe.uug.arizona.edu!news
  2. From: dave@cs.arizona.edu (Dave Schaumann)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Parameter passing & data abstraction
  5. Message-ID: <1993Jan1.063555.15299@organpipe.uug.arizona.edu>
  6. Date: 1 Jan 93 06:35:55 GMT
  7. References: <1992Dec30.184135.1963@organpipe.uug.arizona.edu> <24524@alice.att.com> <1993Jan1.002606.13612@organpipe.uug.arizona.edu> <D90-AWE.93Jan1044231@klara.nada.kth.se>
  8. Sender: news@organpipe.uug.arizona.edu
  9. Reply-To: dave@cs.arizona.edu (Dave Schaumann)
  10. Organization: University of Arizona
  11. Lines: 19
  12. In-Reply-To: d90-awe@klara.nada.kth.se (Assar Westerlund)
  13.  
  14. In article <D90-AWE.93Jan1044231@klara.nada.kth.se>, d90-awe@klara (Assar Westerlund) writes:
  15. [comparisons deleted]
  16. >Better use size as Bjarne does. libg++ is usually compiled with
  17. >debugging-information included, which usually takes place on disk but
  18. >not in memory (unless you use a debugger, of course).
  19.  
  20. Actually, physical size of the file is important too.  Disk space may
  21. be cheap, but it's not free.
  22.  
  23. Moreover, given an environment like a Sparc station with few users, 8
  24. or 16 megs of main memory and ~50 megs of swap space, the difference
  25. between 30K and 300K is not /that/ crucial.
  26.  
  27. Fortunately, we're upgrading to 2.3 in a few days, so hopefully the
  28. point will become more academic (to me, anyway...)
  29.  
  30. -- 
  31. Essentia non sunt multiplicanda praeter necessitatum -- William of Ockham
  32. (Fact need not be multiplied beyond necessity)
  33.