Red Hat Releases x86_64 Technology Preview, GinGin
HTMLSpinnr writes "Red Hat announced today it's release of GinGin64, a "Technology Preview" (read: not beta) of Red Hat's AMD64 technology. You can grab a copy here or at one of Red Hat's various mirrors. Though the version number listed in the release notes is 8.0.95, inside sources say it's based on Red Hat 9 plus some updates."
Anybody know about any (realatively new) versions of Linux for Itanium that one could benchmark this against? Preferably free of charge?
How small a thought it takes to fill a whole life
GinGin and TonicTonic with a good squeeze of LimeLime.
Trolling is a art,
So how big are the performance gains? And does this make it worth holding out for the Athlon 64 proccessors?
How is the Debian support for the 64bit AMD chips coming along?
Technology Previews instead of plain old Beta??
;)
What next, Mass User Testing instead of Release?
Actually, a Technology Preview usually signifies an Alpha. It's more like "We have something working" than "Please test this nearly-finished-product for us".
Not that I'm saying there's no hidden agenda, who knows?
.: Max Romantschuk
I think previews are a good idea as a measn of guaging customer response before commiting to a full release schedule of functionality and dates. Let potential customers play with it for a while and get their feedback without everyone wondering when it will be released, are dates slipping, will features be dropped rtc ad nauseum. It gives people a chance to properly evaluate and provide meaningful feedback
Do not try to read the dupe, thats impossible. Instead, only try to realize the truth
What truth?
There is no dupe
I saw opteron 242 processors on www.ncix.com
(a canadian company) for about euro 290 for
the retail box.
(For you norteamericanos, that is CAD 468)
I don't think it will. You know, AMD64 technology is only 64 bits, whereas Commondore 64 is 64K bytes, which according to my calculations is 524288 bits. Keep your C64 in a closet for a while longer...
I personally ordered two Opteron servers this week. I plan on building an e-mail server and K12LTSP server using modified Red Hat Linux. My findings of success/failure when I figure out AMD64 Linux quirks will be posted to AMDMB.com in the coming weeks. (Also check out our Athlon Linux forum.)
From the AMD64-list discussion so far, there are only a few details:
* Kernel and all applications 64-bit compiled. This includes support for the larger memory address space and 16 registers. (SPEED!)
* AMD64 Linux *can* run 32-bit applications, unfortunately you would need 32-bit shared libraries that were not included in this technology preview. They said that they will be included in a possible future shipping distribution. I personally will try to research how to find/build these 32-bit shared libraries for myself, although I suspect it will show up on amd64-list soon enough.
* Existing 32-bit closed source programs like Macromedia Flash plugin 6.0 for Linux may work with 32-bit shared libraries, but not while running within 64-bit compiled Mozilla. You would need 32-bit compiled Mozilla. Bummer.
But how good would a recompile for Itanium with gcc really be? I've been under the impression that the only really decent compiler for IA64 came from Intel/HP. It's a tough target to compile for.
The living have better things to do than to continue hating the dead.
Yeah, right, like you log in to a public free Itanic server to run some benchmark and expect to be a) the only user of that machine and b) that nobody logs in and skews your numbers while the benchmark runs.
Besides, Itanic is a horrible performer in day to day tasks. I compiled my libc project on a 900 MHz Itanic II and it was outperformed by a factor of four by my 900 MHz Pentium 2 notebook.
I'm talking about the compilation speed here. Transcoding MPEG-2 to MPEG-4 is also a lot slower, a German university group did some Itanic assembly optimizations to learn about the architecture, and their code was still much slower than an Athlon XP+ 2000.
In short: forget about Itanic. The architecture is doomed.
So you mean to tell me that Linux is available on a 64 bit architecture before Windows?! Does Steve "Mr. Innovation" Balmer know about this?
We all know this is a hoax. It's not possible for open source software to "innovate"...
The society for a thought-free internet welcomes you.
You forget that the Pentium (1) MMX processors doubled the L1 cache in the chip (16K to 32K I think), so even without MMX instructions in the software there was a good performance gain. As for the heat, they were still cooler than the Cyrix and AMD chips (only PowerPC's were running "cool" that year).
I am surprised that this actually counts as news when SuSE repleased their 64bit version a couple of weeks ago.
Matt Wilson explained this in the linked thread:
They're doing this to gain experience with the platform. This preview is based on RHL 9, whereas their first actual x86-64 product will probably be part of the next version of RHEL.OK, it wasn't overheard at Intel. But it should have been.
SPEC2000 scores:
Itanic2/1 GHz.: 810/1174 int/fp
Opteron: 1202/1170 int/fp
The integer score is important for many general-purpose computing tasks, like web serving and database.
Gee, Opteron is MUCH less expensive, performs better, runs up to 8-way with off the shelf components and runs your 32-bit x86 code twice as fast and absolutely compatibly. Let me think about this... ;-)
Galileo: "The Earth revolves around the Sun!"
Score: -1 100% Flamebait
forward 50
right 90
forward 50
right 90
forward 50
right 90
forward 50
right 90
Mmmm Hmmmm.
Life is like pants... fit in or you don't fit in.
That may be true for your average, poorly written desktop software, but it is false for well-written scientific or engineering software.
Such software usually uses arrays and indexes that are determined by problem size, as opposed to making everything a pointer. Many such programs may use 8 bit or 16 bit indexes for most of their data. Going to a 64 bit processor often will not affect the memory footprint of such programs significantly.