This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: GCC on IRIX 6.5



>-----Original Message-----
>From: Ramesh Babu [mailto:rbabu@kelvin.ncl.res.in]
>Sent: 15 December 2000 03:49
>To: gcc-help@gcc.gnu.org
>Subject: GCC on IRIX 6.5


>OS	:IRIX 6.5
>System	:SGI O2
>GCC ver.:2.95.2
>Linker	:SGI linker
>"as"	:SGI as

>Hi all,
>
>	I have installed precompiled binary version of gcc from SGI. I
>found that the binaries generated by GCC almost always are 50% bigger,
>when compared to the that generated by GCC on LINUX system. So, I compiled
>gcc from the source and still things did not improve much. Can any one
>tell me why. Is there a way to improve gcc performance. Any help will be
>appreciated.

  For reasons that I have no understanding of at all, gcc on some hosts
is configured to include quite a lot of debugging and relocation symbols
in the files it compiles. In this case you can generally get the file size
back down again by using the strip command (part of binutils).

      DaveK
-- 
The Boulder Pledge: "Under no circumstances will I ever purchase anything 
offered to me as the result of an unsolicited email message. Nor will I 
forward chain letters, petitions, mass mailings, or virus warnings to large 
numbers of others. This is my contribution to the survival of the online
community." 


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]