home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / misc / 3747 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.3 KB  |  37 lines

  1. Newsgroups: comp.lang.misc
  2. Path: sparky!uunet!ukma!netsys!decwrl!purdue!mentor.cc.purdue.edu!hrubin
  3. From: hrubin@mentor.cc.purdue.edu (Herman Rubin)
  4. Subject: Pointers
  5. Message-ID: <Bxw0H0.6EF@mentor.cc.purdue.edu>
  6. Organization: Purdue University Statistics Department
  7. References: <mwm.2n3n@contessa.palo-alto.ca.us> <BxrK6x.A04@mentor.cc.purdue.edu> <waterman.722038647@chaos.cs.brandeis.edu>
  8. Date: Wed, 18 Nov 1992 01:07:45 GMT
  9. Lines: 26
  10.  
  11. In article <waterman.722038647@chaos.cs.brandeis.edu> waterman@cs.brandeis.edu writes:
  12.  
  13.             ............................
  14.  
  15. >>I do not see how any system of references will enable writing
  16.  
  17. >>    *fill(*descriptor)
  18.  
  19. >>any faster. 
  20.  
  21. >How about
  22. >    fill(descriptor)  ?
  23.  
  24. >Remeber, the dereferencing of the names 'fill' and 'descriptor'
  25. >are done only once, at _compile_ time, and don't take up a single
  26. >iota of energy at _run_ time.
  27.  
  28. "This does not compute."  The module which produces the contents of
  29. fill and descriptor is compiled separately from the one that calls it.
  30. In addition, I specified that there may even be run-time changes, which
  31. the calling module does not know.  
  32. -- 
  33. Herman Rubin, Dept. of Statistics, Purdue Univ., West Lafayette IN47907-1399
  34. Phone: (317)494-6054
  35. hrubin@snap.stat.purdue.edu (Internet, bitnet)  
  36. {purdue,pur-ee}!snap.stat!hrubin(UUCP)
  37.