home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / g / help / 1057 < prev    next >
Encoding:
Text File  |  1992-07-29  |  795 b   |  23 lines

  1. Newsgroups: gnu.g++.help
  2. Path: sparky!uunet!ascent!eb
  3. From: eb@ascent.com (Ed Barton)
  4. Subject: g++ executable size
  5. Message-ID: <EB.92Jul29092745@ascent.ascent.com>
  6. Date: 29 Jul 92 09:27:45
  7. Organization: Ascent Technology, Inc., Cambridge Massachusetts
  8. Lines: 13
  9.  
  10.  
  11. As has often been noted, g++ 2.2.2 on the IBM RS/6000 produces
  12. enormous executables.  This appears to result from the generation of
  13. multiple local copies of various method functions.  Are there any
  14. tricks for reducing this effect, such as by turning on some linker
  15. flag in the second link phase only that would allow the linker to
  16. garbage-collect most of the local copies?  Are there any undocumented
  17. flags that allow greater control over the generation of these possibly
  18. duplicated copies, as is possible in many PC products?
  19.  
  20.  
  21.  
  22.  
  23.