home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8108 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  1.3 KB

  1. Path: sparky!uunet!usc!rpi!crdgw1!rdsunx.crd.ge.com!ariel!davidsen
  2. From: davidsen@ariel.crd.GE.COM (william E Davidsen)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Shared Libraries Considered Harmful
  5. Message-ID: <1992Aug13.124928.13672@crd.ge.com>
  6. Date: 13 Aug 92 12:49:28 GMT
  7. References: <1992Aug12.164218.13155@crd.ge.com> <1992Aug12.182534.12667@unislc.uucp> <1992Aug12.202438.19963@serval.net.wsu.edu>
  8. Sender: usenet@crd.ge.com (Required for NNTP)
  9. Reply-To: davidsen@crd.ge.com (bill davidsen)
  10. Organization: GE Corporate R&D Center, Schenectady NY
  11. Lines: 13
  12. Nntp-Posting-Host: ariel.crd.ge.com
  13.  
  14. In article <1992Aug12.202438.19963@serval.net.wsu.edu>, hlu@phys1.physics.wsu.edu (Hongjiu Lu) writes:
  15. | I am not sure about that. With jump table, we just added one jump for
  16. | each function. If the libs are compiled with -O -fomit-frame-pointer,
  17. | I don't think you will notice a thing.
  18.  
  19.   Of course the debugger doesn't work if you compile the libraries with
  20. no frame pointer, and if you get a dump from a procedure called with bad
  21. parameters you may not be able to find out what happened. I wouldn't do
  22. that personally, but then I wouldn't upgrade my C compiler and library
  23. unless there was a good reason, either.
  24. -- 
  25. bill davidsen, GE Corp. R&D Center; Box 8; Schenectady NY 12345
  26.     I admit that when I was in school I wrote COBOL. But I didn't compile.
  27.