Rosetta (software)

For other software products or projects named "Rosetta", see Rosetta Stone (software) and Rosetta (disambiguation).
Rosetta

PowerPC application (Microsoft Word for Mac 2004) running on OS X for Intel
Developer(s) Apple Inc.
Operating system Mac OS X 10.4.4–10.6.8 (Intel)
Type PowerPC binary translation
Website www.apple.com/asia/rosetta/

Rosetta is a dynamic binary translator for Mac OS X that allows many PowerPC applications to run on certain Intel-based Macintosh computers without modification. Apple released Rosetta in 2006 when it changed the instruction set architecture of the Macintosh platform from the PowerPC to the Intel processor. The name "Rosetta" is a reference to the Rosetta Stone, the discovery that made it possible to comprehend and translate Egyptian hieroglyphs.

Rosetta is based on QuickTransit technology.[1] It has no graphical user interface, which led Apple to describe Rosetta as "the most amazing software you'll never see."[2]

Rosetta was initially included with Mac OS X v10.4.4 "Tiger", the version that was released with the first Intel-based Macintosh models.[3]

Rosetta is not installed by default in Mac OS X v10.6 "Snow Leopard", but can be retained as an option via the installer or Apple Software Update for users who need to run PowerPC applications.[4]

Rosetta is neither included nor supported in Mac OS X v10.7 "Lion" or later. Therefore, with Lion and later releases, the current Macintosh platform does not support PowerPC applications.[4]

Compatibility

Rosetta is part of Mac OS X for Intel operating systems prior to Lion. It translates G3, G4, and AltiVec instructions; however, it does not translate G5 instructions. Therefore, applications that rely on G5-specific instruction sets must be modified by their developers to work on Rosetta-supported Intel-based Macs. According to Apple, applications with heavy user interaction but low computational needs (such as word processors) are well suited to translation via Rosetta, while applications with high computational needs (such as AutoCAD, games, or Adobe Photoshop) are not.[5] Pre-existing PowerPC versions of Apple "Pro" media-production applications (such as Final Cut Pro, Motion, Aperture, and Logic Pro) are not supported by Rosetta and require a "crossgrade" to a universal binary version to work on Rosetta-supported Intel-based Macs.

Rosetta does not support the following:[6]

The reason for Rosetta’s reduced compatibility compared to Apple’s earlier 68k emulator for PPCs lies within its implementation: Rosetta is a user-level program and can only intercept and emulate user-level code, while the older emulator was integrated with the system at a much lower level. The 68k emulator was given access to the very lowest levels of the OS by being at the same level as, and tightly connected to, the Mac OS nanokernel on PPC Macs (later used for multiprocessing under Mac OS 8.6 and later), which means that the nanokernel was able to intercept PowerPC interrupts, translate them to 68k interrupts (then doing a mixed mode switch, if necessary), and then executing 68k code to handle the interrupts. This allowed lines of 68k and PPC code to be interspersed within the same binary of a fat application. While a similar effect could likely have been achieved for Mac OS X by running Rosetta within XNU, Apple instead chose to implement Rosetta as a user-level process to avoid excessive debugging and the potential for security issues.

See also

References

  1. "The brains behind Apple's Rosetta: Transitive". CNET News.com. June 8, 2005. Archived from the original on 2014-07-14. Retrieved July 4, 2007.
  2. "Rosetta". Apple. Archived from the original on 2010-11-16. Retrieved September 5, 2011.
  3. Core Duo iMacs debut speedy new chips Archived March 3, 2012, at the Wayback Machine.
  4. 1 2 AppleInsider Staff (February 26, 2011). "Mac OS X Lion drops Front Row, Java runtime, Rosetta". AppleInsider. AppleInsider, Inc. Archived from the original on 2014-04-29. Retrieved February 27, 2011.
  5. "Rosetta" (PDF). Universal Binary Programming Guidelines, Second Edition. Apple. Retrieved September 5, 2011.
  6. "What Can Be Translated?" (PDF). Universal Binary Programming Guidelines, Second Edition. Apple. Retrieved September 5, 2011.
This article is issued from Wikipedia - version of the 11/19/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.