64 bit Intels?
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
John Nelson john at computation.comMon Apr 22 10:12:48 PDT 2002
- Previous message: 64 bit Intels?
- Next message: 64 bit Intels?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Have the number of bits per machine instruction also increased to 64 bits? This would imply that all of your compiled executables have now doubled in size (although I don't know why you would need 2**32 additional instructions). Are all pointers consistantly using 64 bits? If so, there will be a proportional growth in the size of your executable. The larger architecture also impacts your data formats. If your data sets are in binary format, and depending on the language you are using, there may be incompatibilities as well as new demands on storage. Stating the obvious I guess, but there are considerations when going to larger architectures. -- John On Mon, 22 Apr 2002, Joe Griffin wrote: > The Itanium is NOT 64 bit like a CRAY is 64 bit. > It is an LP64 (longs and pointers). > > In FORTRAN: INTEGERs and REALs are still 32 bits. > > In C, int are still 32 bits. > > You are allowed larger addressing because > longs and pointers are 64 bits. -- _____________________________________________________ John T. Nelson President | Computation.com Inc mail: | john at computation.com company: | http://www.computation.com/ journal of computation: | http://www.computation.org/ _____________________________________________________ "Providing quality IT consulting services since 1992"
- Previous message: 64 bit Intels?
- Next message: 64 bit Intels?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
