home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 22776 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  1.1 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: libc.so.4.2 Caveats!
  5. Date: 5 Jan 1993 09:26:24 -0600
  6. Organization: Kansas State University
  7. Lines: 21
  8. Message-ID: <1ic9b0INNo69@matt.ksu.ksu.edu>
  9. References: <C0D5u4.A0I@shrdlu.kwnet.on.ca> <1ibfj9INNit7@sequoia.ccsd.uts.EDU.AU>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. M.Gream@uts.EDU.AU (Matthew Gream) writes:
  13.  
  14. >Giles D Malet (gdm@shrdlu.kwnet.on.ca) wrote:
  15.  
  16. >: You have already been told how to reduce the program size (-N).
  17.  
  18. > Correct me if I am wrong, but doesnt -N also mean that the program is
  19. >not demand page linked? In otherwords at execution time the entire
  20. >file is loaded into memory.
  21.  
  22. >Matthew.
  23. >--
  24.  
  25. Yes this is true, and so I wouldn't do it to big binaries like bash, or emacs.
  26.  
  27. But, what most people are trying to do is get their little programs down to
  28. the smallest possible size. When a program hits 1-2k in size demand paging
  29. isn't going to help. It will all get loaded in almost immediatl under that
  30. scheme anyways.
  31.  
  32. James
  33.