News Focus
News Focus
icon url

wmbz

09/01/03 11:26 AM

#12478 RE: chipguy #12477

You guys are missing the point. Any new app that is built using the .NET runtime will be able to run in 32 or 64 bit natively. .NET creates intermediate code, the runtime will execute it by converting to native code first. So, yes, existing apps will run in 32-bit mode fine on AMD64 but newer apps (most MSFT apps are being rewritten with .NET) will run in 64-bit mode natively.

CZ

p.s. I left java out because java has only made inroads as a back-end server language but java will also benefit from a 64-bit VM automatically.
icon url

aixman

09/01/03 11:39 AM

#12482 RE: chipguy #12477

chipguy - OTOH, the growth in native
AMD64 software will be very slow IMO because ISVs will be
sorely tempted to skip the time and expense of creating and
supporting a separate distribution for AMD64 because the
standard 32 bit x86 version runs so well on Opteron.


And that is a very good thing! Recompiling the code in 64 bits just for the sake of it when there is no need for larger address space is counterproductive. So such applications should and will stay 32 bit for a forseeable future.

IA64, on the other hand, can't do this. ISVs will have to go 64 bit regardless of the fact whether there are any benefits or not. And that is why Intel is forced to pay for the porting effort from 32 to 64 bits.