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

  1. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!serval!phys1.physics.wsu.edu!hlu
  2. From: hlu@phys1.physics.wsu.edu (Hongjiu Lu)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Shared Libraries Considered Harmful
  5. Message-ID: <1992Aug12.202438.19963@serval.net.wsu.edu>
  6. Date: 12 Aug 92 20:24:38 GMT
  7. References: <1992Aug12.164218.13155@crd.ge.com> <1992Aug12.182534.12667@unislc.uucp>
  8. Sender: news@serval.net.wsu.edu (USENET News System)
  9. Organization: Washington State University
  10. Lines: 21
  11.  
  12. I am not sure about that. With jump table, we just added one jump for
  13. each function. If the libs are compiled with -O -fomit-frame-pointer,
  14. I don't think you will notice a thing.
  15.  
  16. -- 
  17. H.J.
  18. Gcc/libc maintainer for Linux.
  19. In article <1992Aug12.182534.12667@unislc.uucp>, erc@unislc.uucp (Ed Carp) writes:
  20. |> william E Davidsen (davidsen@ariel.crd.GE.COM) wrote:
  21. |> 
  22. |> : I know Linus got some new info about libraries from my question in
  23. |> : comp.arch, it may be possible to get the portability of a jump table
  24. |> : without the performance drawbacks. Of course everyone else may be
  25. |> : running a 486-50 and not notice the performance hit.
  26. |> 
  27. |> Yeah, right ... can you say 386SX/16? :(
  28. |> -- 
  29. |> Ed Carp, N7EKG     erc@apple.com                801/538-0177
  30. |> "This is the final task I will ever give you, and it  goes  on  forever.   Act
  31. |> happy, feel happy, be happy, without a reason in the world. Then you can love,
  32. |> and do what you will."           -- Dan Millman, "Way Of The Peaceful Warrior"
  33.