- TalkBack 20 of 20:
- « Previous
- Thread View
- Flat View
- how to make a fast code translation
-
First of all, Richard Flude's point about the program spending
80%+ of the time in the OS is a valid point that I was going to
make.
The other point is that, in a binary, all the entry points are
generally labelled, and therefore branch points are discoverable.
It is pretty easy to replace machine code from one CPU with the
machine code of another CPU if you can amend the branch
addresses. (even calculated ones).
I get the feeling rosetta is an emulator, whereas I'm talking
about something like a JIT compiler, which compiles java
bytecode to machine code for the host processor.
The difference would be, like the early Jikes, you simply keep the
JIT compiled output forever.
There will be sequences of translated code that is wasteful, but
these can be identified purely in binary pattern terms, and
therefore optimised out.
So frankly, I'd be amazed if one couldn't get to the stage where
there was (for equivalent MIPS) only something like a 5% drop in
performance. As the x86 generation CPUs that apple will use will
likely be faster than exisitng CPUs, then the upgrader will
probabaly still see his old apps run faster (until he downloads
the x86 binary).
Apple could make the transition easier by giving a tool that goes
away, finds all the installed apps, and downloads the x86
versions instead. - Posted by: hipparchus2000 Posted on: 06/10/05 You are currently: a Guest | Members login | Terms of Use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
What do you think?
SponsoredWhite Papers, Webcasts, and Downloads
- Building the Virtualized Enterprise with VMware Iinfrastructure VMware VMware virtualization software has been adopted by over 120,000 enterprise ... Download Now
- Three Steps You Need to Know to Stop Data Loss Varonis Sensitive data exposed to misuse or loss... it is the stuff of nightmares ... Download Now
- VMware Infrastructure: A Guide to Bottom-Line Benefits VMware Frustrated by the costs of maintain ever larger data centers?or building ... Download Now
Premier Vendor Content Whitepapers, webcasts & resources from our Power Center Sponsors
- Microsoft Dynamics CRM Online - Free Six-Month Trial for Eligible Organizations
-
Microsoft Dynamics CRM Online provides fast online access, simple contact management and better sales performance for a low monthly cost - the best value on the market today.

- Learn more about the free, six-month trial offer>>
- New Online Dashboard for IT Leaders
-
Read about top issues IT decision-makers face every day, plus get cost-effective solutions to real-life IT problems.
- Learn more >>
- Keep Up With The Latest In Document Management with The DocuMentor.
-
Doc delivers the scoop on today's enterprise content management, printer maintenance, and all other issues related to document management. It's the DocuMentor Blog.
- Learn more >>
-
-
Smart Tech
Expert advice on innovations in healthcare and the green technologies that make it happen.
Find out more
-
Smart Business
Discussion and advice on management issues that revolve around making your world smarter and more useful.
More Smart Advice
-
Smart People
The best and worst moves in the management and strategy trenches.
Learn More






