Proof right there you don't read my posts. I said "Lion is a 4GB download". Again. Lion is a 4GB download. Just to make sure you got it : Lion is a 4GB download.
No, it's proof that
YOU don't read
my posts because I acknowledged that you said it was Lion, but my point all along is that you pointing out something IRRELEVANT (i.e. Lion's size) is just an attention getter. It means nothing. If you don't want to download 4GB, complaint to Apple. It has nothing to do with how much more space including Rosetta would take up relative to Lion. Personally, I think going DL only for Lion is STUPID AS HELL, but Steve just has to ditch the DVD drive ASAP so he can tell everyone that BD is a waste because discs are dead.
Read my posts, then we'll talk. Until then, cry and scream until you're red in the face, Apple is making the proper choice in transitioning off a transitional emulation layer.
If Rosetta is so "easy" to make work on Lion, then let the community take care of it. You know, like those nice folks who provide DOSBox, qEmu, DOSemu, Virtual Box and other emulation/virtualization packages. Apple is done with PPC.
I'm pretty sure VMWare or Parallels might have interest in doing it (seeing all the work they already have done) but Apple won't let them virtualize OSX for some stupid reason outside server. Apple could license out the job to a 3rd party for profit as well, but I think Steve's ego won't let him do it. He wants to get away from DVD drives, PPC and basically everything from the past.
And once again, I'm not talking about Rosetta as-is, but a virtualized machine using Rosetta as the core engine. But since you don't read my posts, you don't seem to know that. You're too busy ranting about how your ideas are always right to even notice WTF
anyone is talking about.
Compiling to 64 bit will speed up code by 10-20% on average (the higher number on more recent intel chips and all amd chips) even if all operands stay 32 bit and you don't need the extended address space, due to the increased number of registers, improved addressing modes, and other factors.
Doesn't it also use a bit more memory (relatively speaking) than the same program compiled for 32-bit since various word lengths double even if they're not fully used? You can say memory is cheap, but programs and operating systems just keep getting more and more bloated over the years for various reasons (laziness probably being number 1) such that processor and ram capability gains are largely wasted. For example, how much power does it take to run the latest version of Microsoft Word? How much did it take to run ProWrite on the Amiga by comparison (or Font Master II on the C64, even though it wasn't WYSIWYG)?
Faster computers are often just larger crutches for bad programming practices in general and going higher and higher level for the languages means less and less optimization of code. Hell, does anyone optimize at all most of the time? I wrote Visual Basic Script code for a simulated/emulated pinball platform for years and just playing with different routines to do the same thing, I could get often get 3-4x faster operation (which was good since you wanted the emulated pinball game to run as fast as possible and for as many people as possible to get a wider audience). No one cares today if their program could run 100x faster as long as it's "good enough" on an average machine. So what if it keeps you from doing more multi-tasking or your browser slows down?
Look at iOS. It's growing so bloated so fast that Apple has to keep dropping the previous models from support in newer versions because they run too slow (they also like to do it to force upgrades in some cases, but it's obvious from at least one model that did get a newer version that there's some SERIOUS BLOAT going on). OSX itself is getting slower every version when up until Tiger it was getting faster every version. They apparently think by getting rid of older products from support you won't notice these things. I'm afraid that Apple is getting sloppy just like Microsoft and it's hurting their product. But like Microsoft, the average person doesn't even notice such things. Apple used to be better than that and its' a shame.