Revision as of 15:37, 10 July 2013 editWootery (talk | contribs)Extended confirmed users838 edits Small language improvements← Previous edit | Revision as of 15:47, 26 April 2015 edit undoDough34 (talk | contribs)Extended confirmed users10,240 editsm reorder sections, fix capitalizationNext edit → | ||
Line 1: | Line 1: | ||
'''Code Morphing Software''' ('''CMS''') is the technology used by ] ] to execute ] instructions.<ref name="cms"> - Appeared in the Proceedings of the First Annual IEEE/ACM International Symposium on Code Generation and Optimization, 27–29 March 2003, San Francisco, California</ref> In broad view, CMS reads x86 instructions and generates instructions for a proprietary ] processor, in the style of Shade.<ref name="shade"></ref> CMS translation is much more expensive than Shade's, but produces much higher quality code. CMS also contains an interpreter and simulates both user-mode and system mode operation. | '''Code Morphing Software''' ('''CMS''') is the technology used by ] ] to execute ] instructions.<ref name="cms"> - Appeared in the Proceedings of the First Annual IEEE/ACM International Symposium on Code Generation and Optimization, 27–29 March 2003, San Francisco, California</ref> In broad view, CMS reads x86 instructions and generates instructions for a proprietary ] processor, in the style of Shade.<ref name="shade"></ref> CMS translation is much more expensive than Shade's, but produces much higher quality code. CMS also contains an interpreter and simulates both user-mode and system mode operation. | ||
⚫ | ==See also== | ||
⚫ | *] | ||
==References== | ==References== | ||
{{reflist}} | {{reflist}} | ||
⚫ | ==See also== | ||
⚫ | *] | ||
{{operating-system-stub}} | {{operating-system-stub}} |
Revision as of 15:47, 26 April 2015
Code Morphing Software (CMS) is the technology used by Transmeta microprocessors to execute x86 instructions. In broad view, CMS reads x86 instructions and generates instructions for a proprietary VLIW processor, in the style of Shade. CMS translation is much more expensive than Shade's, but produces much higher quality code. CMS also contains an interpreter and simulates both user-mode and system mode operation.
See also
References
- The Transmeta Code Morphing Software: Using Speculation, Recovery, and Adaptive Retranslation to Address Real-Life Challenges - Appeared in the Proceedings of the First Annual IEEE/ACM International Symposium on Code Generation and Optimization, 27–29 March 2003, San Francisco, California
- Shade
This operating-system-related article is a stub. You can help Misplaced Pages by expanding it. |