Summary and Conclusion
The important features and defining characteristics of the three software based x86 compatibility systems featured in this article, DEC’s FX!32, Transmeta’s CMS, and Intel’s IA-32 EL, are summarized in Table 1. Of the three schemes examined, FX!32 and IA-32 EL are the most similar in purpose and application – to supplement a limited native 64 bit software base with 32 bit x86 applications. Although current IA-64 processors include x86 compatibility in hardware, the use of IA-32 EL is preferable as it provides much higher x86 application performance. In contrast to the supporting role that FX!32 and IA-32 EL play, CMS was expressly created for the novel purpose of competing in the market for x86 compatible MPUs with non-x86 compatible processors. Because of that starring role, many architectural features were included in the host processor to assist it. In terms of operation, CMS and IA-32 EL are the most similar – both collect profile information and perform x86 to native code translation on the fly during program execution. In contrast, FX!32 translates and optimizes x86 programs only after they are run under emulation to completion. The translation is performed in the background and provides for faster subsequent execution of the same program.
| FX!32 | CMS | IA-32 EL |
Year Released | 1996 | 2000 | 2003 |
Architecture | Interpreter/Translator | Interpreter/Translator | Two phase Translator |
Translation | background, off-line | run-time, on-the-fly | run-time, on-the-fly |
Host Architecture | Alpha (RISC) | Custom (VLIW) | IA-64 (EPIC/VLIW) |
Relationship to OS | Above | Below | Above |
OS Dependency | High | None | Minimal |
Hardware assist | None | Extensive | None |
FP Support | 32b and 64b | 32b, 64, and 80b | 32b, 64b, and 80b |
SIMD Support | None | MMX/SSE*/SSE2* | MMX/SSE |
Execution Efficiency | 4.4 | 3.3 (est) | 3.8 (est) |
Performance Efficiency | ~70% integer | Not Applicable | ~65% integer |
Table 1 – Comparison of FX!32, CMS, and IA-32 EL
Through a quirk of history, and an irresistible combination of the software networking effect and semiconductor manufacturing economies of scale, the x86 instruction set architecture has come to possess the most valuable software base in history. The trail blazed by FX!32, CMS, and IA-32 EL demonstrate that it is possible to exploit the huge x86 software base without enslaving microprocessor architects to this quarter century old CISC ISA’s obsolete conventions, unnecessary inefficiencies, and burdensome irregularity. The emerging technology of software based ISA compatibility through dynamic translation allows us to envision a future where the accumulated software virtues of x86 (i.e. the great application base) live on long after its hardware sins are left behind.
References
[4] Friedman, S., “Apple Preps Its PowerPCs”, Open Systems Today, February 7, 1994, p.1.
[5] Wilson, R., “Alpha takes on Windows”, Electronic Engineering Times, November 6, 1995.
Pages: « Prev 1 2 3 4 5 6 7 8 9
Discuss (18 comments)