This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: Possible doc/install.texi patch to sparcv9-*-solaris2* section


On Apr  4, 2002, rbrown64@csc.com.au wrote:

> Note that since the Alpha is a 64-bit architecture, cross-compilers from
> 32-bit machines will not generate code as efficient as that generated
> when the compiler is running on a 64-bit machine because many
> optimizations that depend on being able to represent a word on the
> target in an integral value on the host cannot be performed.

I believe this is no longer true since we started using `long long'
for HOST_WIDE_INT for such cross compilers.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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