home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / tcl / 2239 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!agate!sprite.Berkeley.EDU!ouster
  2. From: ouster@sprite.Berkeley.EDU (John Ousterhout)
  3. Newsgroups: comp.lang.tcl
  4. Subject: Re: Stupid Question
  5. Date: 23 Dec 1992 21:25:42 GMT
  6. Organization: U.C. Berkeley Sprite Project
  7. Lines: 20
  8. Distribution: world
  9. Message-ID: <1halgmINNi98@agate.berkeley.edu>
  10. References: <1992Dec23.202152.22882@cis.ohio-state.edu>
  11. NNTP-Posting-Host: tyranny.berkeley.edu
  12.  
  13. In article <1992Dec23.202152.22882@cis.ohio-state.edu>, mdm@pear.cis.ohio-state.edu (Michael Moore) writes:
  14. |> 
  15. |> 
  16. |>     I know this is a dumb question, but why is the libtk.a library
  17. |> a third the size of tk2.3?  Was it something John did in the overhaul or
  18. |> the way it was archived, perhaps?  Whatever the case may be, I'm glad it
  19. |> shrunk.  The smaller the better!
  20. |> 
  21. |>     Thanks,
  22. |> 
  23. |>     -Michael 
  24. |> -- 
  25. |> |\  Michael  Delbert  Moore     _   /|     Home   : (614) 471-1937         /|
  26. |> | \ OSU Student  Programmer     \`o_O'     Office : (614) 292-7161        / |
  27. |> | / Undergraduate CIS major       ( )      Email  : mdm@cis.ohio-state.edu\ |
  28. |> |/-------------------------        U       --------------------------------\|
  29.  
  30. I changed the default compilation switches from "-g" to "-O".  Most of
  31. the extra size in Tk 2.3 was probably debugger symbols that never got
  32. loaded into memory during execution anyway.
  33.