Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

64-bit leap?

Name: Azrael_X 2005-01-03 20:46

Welp.. Got a new 6800 Ultra in the system. Beautiful card, runs faster, but I'm damn sure I got a pretty bad bottleneck with my 3200+. Why? Because although 90% of the time it's 2x faster than my old 5900 Ultra, there are still places in games (Doom3 and Half-Life2) that run at 30fps. Technically, that's not all that bad, but what bugs me is it runs at 30fps REGARDLESS of the quality settings. I don't have vsync on. It runs the same speed at 640x480 lowest settings in Doom 3 in a certain area as it does at 1024x768 4xAA 8xAF, which tells me my system is choking. The question is: would I see much of an improvement if I upgraded to a 64-bit 3200+ on a dual channel motherboard (I have 2x512 sticks)? I know the processor is no different in raw megahertz, but with a dual channel setup and and direct path to the processor instead of an FSB could I expect much improvement? I'm kinda hesitant to shell out $300+ if it's not going to make a difference. Opinions?

Name: Anonymous 2005-01-04 1:51 (sage)

2get!!

Name: Anonymous 2005-01-04 16:29

Most programs out now are not optimised for 64bit cpu's You won't notice any difference.
The cpu will be flaunting it's reverse compatibility feature most of the time. (Which will be as fast as the 32bit program will allow)
Windows longhorn is the 64bit future for microshit operating systems (and it looks awful)
There are a few linux distro's which are 64 bit compatible. That's about it though.

Name: Anonymous 2005-01-04 20:48

Name: Anonymous 2005-01-04 22:53

64-bit isn't "faster" than 32-bit. Speed increases are because the rest of the processor is faster. If anything, 64-bit is usually slower since your memory structures are suddenly larger and take up more system bandwidth.

Name: Anonymous 2005-01-05 0:23

>>5
64-bit is "faster" for two reasons. And this assumes two things: (1) We're comparing x86 to x86-64.
(2) We're in native mode for each. IE we're comparing identical programs that are compiled and optimized for each processor.
 - You only need one 64-bit register to hold a IEEE double -- that alone will make anything using doubles much faster.  There will also be no reason not to use 64-bit words, so trivial changes could give huge speedups to algorithms that were originally designed for 32-bit processors.
 - Eight general purpose registers were added. This turns the x86 from a stack machine to something that can utilize its cycles much more efficiently.  I suppose they could hardwire the reverse compatibility mode to have the first 48 bytes (or whatever) of the cache be stored in the unused registers, but I'm guessing that would be a little too complicated.
 - "64-bit is usually slower since your memory structures are suddenly larger and take up more system bandwidth" is just ignorance. If there are 64 data lines and 6 address lines, the "bandwidth" is negotiated in 64-bit blocks anyway, which makes it just as fast as though it were 32 bits. They're still working at the same clock speeds. That's like arguing that 8-bit is faster than 32-bit for the same reason. Wow, if it's 8-bit, the "memory structures" (people who aren't idiots call it "alignment") are only one byte!

So, to answer the original question, it's not quite worth $300, but it would be faster if it were compiled specifically for x86-64. AMD says that there would be an immediate 25% performance gain thanks to the integrated memory controller, but I'd put more trust in actual benchmarks.

Name: Anonymous 2005-01-05 0:30

In most applications, where AMD64-native code scores a win over 32-bit x86 code is /not/ in being 64-bit, but rather in having twice as many general-purpose registers--16 rather than 8.  More registers means fewer instructions and, more importantly, fewer memory accesses being needed to do the same work.

As far as I know, there's no way to run 64-bit applications under an existing 32-bit operating system like Windows XP (though you /can/ run 32-bit applications under a 64-bit OS if the OS is designed to allow such).  The CPU needs to be put into "long mode" to unlock the wider registers and the eight new registers, and the mode-changing instruction is privileged.

Name: Anonymous 2005-01-05 0:36

>>6
Modern x86 CPUs (I think as far back as the PII or PIII, maybe even further) already contain more registers internally than are exposed via the instruction set.  Look up "register renaming".  As far as I know, putting the AMD64 into long mode just exposes some of the registers that in 32-bit mode are used for renaming.

Name: Anonymous 2005-01-05 0:42

To the original poster:  Even in 32-bit mode, the Athlon64 is a generation ahead of the AthlonXP in capabilities.  Think of the Athlon64 vs. the AthlonXP as being like the (32-bit) 80386 compared to the (16-bit) 80286.  Assuming you're old enough to know what those are :)  Even running pure 16-bit code, the 386 was a shitload faster than the 286.

Name: Anonymous 2005-01-05 0:43

>>8
Interesting. Well, in any case, compilers are given extra power to dictate how the registers are used, and that, at least intuitively, seems like a Good Thing.

Name: Anonymous 2005-01-05 1:46

>>10
Yes, it's definitely a Good Thing to have twice as many "visible" registers, for the reasons described already.  I only intended to correct the misconception that there are a bunch of physical registers on an AMD64 CPU that just sit completely idle until the CPU is put into long mode.

Name: Anonymous 2005-01-05 11:33

If you have the money. More power to you.
But if you already have the best of the last gen amd. You might as well hold off till you find something comfortable that is compatible with the cpu.

Name: Anonymous 2005-01-06 5:24 (sage)

          ∧_∧
   /(´Д` )ヽ
  mn´(_(_nm

Name: 5 2005-01-10 22:58

>>6
I was comparing PPC-32 (which doesn't suck and already has 64-bit-wide floating registers) to PPC-64. I believe the system busses in ppc32 systems are already 64 bits wide.

Name: Anonymous 2005-01-10 23:06

>>3

Very true.  Most OSX apps are still 32bit.  Hell most don't even utlize the dual procs.  This will change.

Name: Mr VacBob !JqK7T7zan. 2005-01-11 1:15

>>15
Anything that uses CoreAudio or QuickTime is instantly threaded. Also, every app uses 32-bit pointers at the moment, and Tiger won't affect the situation since 64-bit tools in Tiger can't use any of the GUI or fancier system libraries. A very small amount may use 64-bit integer math already, but most couldn't do anything useful with it. AltiVec is a much better alternative for many things.

Name: Virtual Korean !DSv3yyjLCE 2005-01-12 2:17

TRUTH: The only use any of you have for 64-bit processing is to play more complex Videogames.

Name: Anonymous 2005-01-12 7:49

I thought it was for more realistic skintones.

Name: Mr VacBob !JqK7T7zan. 2005-01-12 11:56

Video games are all floating-point.

Name: X !ZnBI2EKkq. 2005-01-13 14:58

you can have several virtual server on one machine.
That is very useful for down sizeing server space.

Name: Anonymous 2005-01-13 15:16

http://www.sonicstate.com/news/shownews.cfm?newsid=1188
compaile all the server software and, optimize those sorce code with 64bit native compailer

Name: Anonymous 2005-01-14 9:28

I think its the ram thats the problem with the currents Boards that support 64bit if you intend on getting a new system w/ 64bit and want superwow mega ram (2GIG) hold of till june

Name: Anonymous 2005-02-12 1:59

You guys seem to have the question all wrong. He is asking if an upgrade to an athlon 64 3200+ will out perform his current XP 3200+. The answer is yes, the processors archetecture is better than the xp line.  The major improvent is the on die memory controller. I typically get under 59 ns latencies, while the xp will get over 100 ns. the P4 has trouble getting under 80 ns.  It would be worth the upgrade, just check for the socket type.  The dual channel verson of that chip is socket 939.  Just make sure that the chip is also that, because there is also a socket 754 version of it.

Name: Anonymous 2010-07-30 15:29

re654635ttrt

Name: kingjack 2010-08-14 2:17

thank you for your visit
Cheap retail and Wholesale new hangbag,sunglasse,hat Nike Sneakers, Air Jordan Sneakers, Air Force 1s, Nike Dunks SB, Bape Sta from nike outlets and factory stores, also Nike wholesale - Jordan Shoes wholesale.They wholesale nike shoes: Nike dunks SB, Nike jordan, Nike air force 1s, Nike shox tl nz r4 r5 turbo monster, Nike air max 360 95 97 03 180 90 TN High quality T-shirts,ED hardy t-shirts,ED Hardy hoodies, ED hardy Jeans Plus for cheap with discount.
our price $35shoes,$15tshirt, sunglasess, $16cap,$38jean,$36bag You can see the more photos and the price for our product in our website our website name is in the photos.we have all kinds of brand new shoes,clothing, handbag,sunglasses,hats etc for sale, 8000000% best quality with the cheapest price. ,they are satisfied with our product"

Discount Ed hardy tshirt  (http://www.voguecatch.com)
Discount Ed hardy jean  (http://www.voguecatch.com)
Discount Ed hardy shoes  (http://www.voguecatch.com)
Discount Ed hardy handbag  (http://www.voguecatch.com)
Discount Ed hardy other porduct  (http://www.voguecatch.com)
Discount Nike air jordans  (http://www.voguecatch.com)
Discount Nike Air Max 90 Sneakers  (http://www.voguecatch.com)
Discount Nike Air Max 91 Supplier  (http://www.voguecatch.com)
Discount Nike Air Max 95 Shoes Supplier  (http://www.voguecatch.com)
Discount Nike Air Max 97 Trainers  (http://www.voguecatch.com)
Discount Nike Air Max 2003 Wholesale  (http://www.voguecatch.com)
Discount Nike Air Max 2004 Shoes Wholesale
(http://www.voguecatch.com)

Discount Nike Air Max 2005 Shop  (http://www.voguecatch.com)
Discount Nike Air Max 2006 Shoes Shop  (http://www.voguecatch.com)
Discount Nike Air Max 360 Catalogs  (http://www.voguecatch.com)
Discount Nike Air Max Ltd Shoes Catalogs  (http://www.voguecatch.com)
Discount Nike Air Max Tn Men's Shoes  (http://www.voguecatch.com)
Discount Nike Air Max Tn 2 Women's Shoes  (http://www.voguecatch.com)
Discount Nike Air Max Tn 3 Customize  (http://www.voguecatch.com)
Discount Nike Air Max Tn 4 Shoes Customize
( http://www.voguecatch.com)
Discount Nike Air Max Tn 6 Supply  (http://www.voguecatch.com)
Discount Nike Shox NZ Shoes Supply  (http://www.voguecatch.com)
Discount Nike Shox OZ Sale  (http://www.voguecatch.com)
Discount Nike Shox TL Store  (http://www.voguecatch.com)
Discount Nike Shox TL 2 Shoes Store (http://www.voguecatch.com)
Discount Nike Shox TL 3 Distributor (http://www.voguecatch.com)
Discount Nike Shox Bmw Shoes Distributor  (http://www.voguecatch.com)
Discount Nike Shox Elite Shoes Manufacturer
(http://www.voguecatch.com)
Discount Nike Shox Monster Manufacturer  (http://www.voguecatch.com)
Discount Nike Shox R4 Running Shoes  (http://www.voguecatch.com)
Discount Nike Shox R5 Mens Shoes  (http://www.voguecatch.com)
Discount Nike Shox Ride Womens Shoes (http://www.voguecatch.com)
Discount Nike Shox Rival Shoes Wholesaler  (http://www.voguecatch.com)
Discount Nike Shox Energia Wholesaler  (http://www.voguecatch.com)
Discount Nike Shox LV Sneaker  (http://www.voguecatch.com)
Discount Nike Shox Turbo Suppliers  (http://www.voguecatch.com)
Discount Nike Shox Classic Shoes Suppliers
(http://www.voguecatch.com)
Discount Nike Shox Dendara Trainer  (http://www.voguecatch.com)
Discount Nike Air Jordan 1 Seller  (http://www.voguecatch.com)
Discount Nike Air Jordan 2 Shoes Seller  (http://www.voguecatch.com)
Discount Nike Air Jordan 3 Collection  (http://www.voguecatch.com)
Discount Nike Air Jordan 4 Shoes Collection
(http://www.voguecatch.com)
Discount Nike Air Jordan 5 Chaussure Shoes
(http://www.voguecatch.com)
Discount Nike Air Jordan 6 Catalog  (http://www.voguecatch.com)
Discount Nike Air Jordan 7 Shoes Catalog  (http://www.voguecatch.com)
Discount Nike Air Jordan 8 Customized  (http://www.voguecatch.com)
Discount Nike Air Jordan 9 Shoes Customized
(http://www.voguecatch.com)
Discount Nike Air Jordan 10 Wholesalers  (http://www.voguecatch.com)
Discount Nike Jordan 11 Shoes Wholesalers (http://www.voguecatch.com)
Discount Nike Air Jordan 12 Factory  (http://www.voguecatch.com)
Discount Nike Air Jordan 13 Shoes Factory (http://www.voguecatch.com)
Discount Nike Air Jordan 14 Shoes Sell  (http://www.voguecatch.com)
Discount Nike Air Jordan 16 Exporter  (http://www.voguecatch.com)
Discount Nike Air Jordan 17 Shoes Exporter
(http://www.voguecatch.com)

Name: fgfg 2010-08-20 23:20


Finding the right gift for yourself ,your friends and your relatives in [url=http://www.juicycouture4sale.com/]juicy couture[/url],of course [url=http://www.edhardytshirts4u.com/]ed hardy t shirts[/url] and [url=http://www.edhardybagsale.com/]ed hardy bags[/url] also you good choise.[url=http://www.shopoingjuicyjewelry.com/]juicy couture jewelry[/url],[url=http://www.shopoingjuicyjewelry.com/juicy-couture-sunglasses-c-19.html]juicy couture sunglasses[/url],[url=http://www.juicycouture4sale.com/juicy-couture-handbags-c-5.html]juicy couture handbags[/url],[url=http://www.juicyclothingsale.com/juicy-charms-c-24.html]juicy couture charms[/url],[url=http://www.juicyclothingsale.com/]juicy couture t shirts[/url],[url=http://www.juicyclothingsale.com/juicy-bikini-c-23.html]juicy couture bikini[/url],[url=http://www.juicyclothingsale.com/juicy-tracksuits-c-14.html]juicy couture tracksuits[/url] must be lovely and fun to look at.Juicy couture has over 100 different items available to choose ,such as [url=http://www.shopoingjuicyjewelry.com/juicy-couture-necklaces-c-1.html]juicy couture necklaces[/url],[url=http://www.shopoingjuicyjewelry.com/juicy-couture-earrings-c-2.html]juicy couture earrings[/url],[url=http://www.shopoingjuicyjewelry.com/juicy-couture-bracelets-c-3.html]juicy couture bracelets[/url],[url=http://www.juicycouture4sale.com/juicy-couture-wallets-c-13.html]juicy couture wallets[/url],juicy couture swimwear,[url=http://www.juicycouture4sale.com/juicy-couture-watches-c-6.html]juicy couture watches[/url],[url=http://www.juicycouture4sale.com/juicy-couture-sunglasses-c-18.html]juicy couture sunglasses[/url],juicy couture socks,[url=http://www.shopoingjuicyjewelry.com/juicy-couture-flip-flops-c-17.html]juicy couture flip flops[/url],[url=http://www.juicycouture4sale.com/]Juicy couture sale[/url],[url=http://www.juicycouture4sale.com/]Juicy couture sale[/url],[url=http://www.shopoingjuicyjewelry.com/juicy-couture-panties-c-18.html]juicy couture panties[/url].Birthdays are always worth celebration. Everyone wants to celebrate his/her birthday with others, and you cannot imagine a birthday celebration without [url=http://www.shopoingjuicyjewelry.com/]juicy couture[/url].

Name: NIKE shoes 2010-08-21 4:27


Don't change these.
Name: Email:
Entire Thread Thread List