To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

IA-32 Execution Layer

From Wikipedia, the free encyclopedia

The IA-32 Execution Layer (IA-32 EL) is a software emulator in the form of a software driver that improves performance of 32-bit applications running on 64-bit Intel Itanium-based systems, particularly those running Linux and Windows Server 2003 (it is included in Windows Server 2003 SP1 and later[1] and in most Linux distributions for Itanium). The IA-32 EL bypasses the slow x86 hardware emulation which is available on pre-Montecito Itanium models.

The IA-32 EL used a two-phase (later three-phase) approach: initially it quickly translated every piece of code at a basic block level, adding certain instrumentation for detecting hot code; then hot code was dynamically optimized at a super-block level, and the optimized translated code replaced cold code on the fly.[2] Later interpretation engine was added that allowed to avoid altogether translation of code executed just a few times - cold non-optimized translation became thus the second phase, and hot optimized translation became the third phase. IA-32 Execution Layer supported self-modifying code, and could even optimize it quite well.

Part of the software is under the LGPL and part is under an Intel proprietary license.[3]

YouTube Encyclopedic

  • 1/3
    Views:
    1 788
    234 744
    1 848
  • 27c3: I Control Your Code (en)
  • TensorFlow and Deep Learning without a PhD, Part 1 (Google Cloud Next '17)
  • DEF CON 21 - Marion Marschalek - A Thorny Piece Of Malware And Me

Transcription

See also

References

  1. ^ The IA-32 Execution Layer 4.3 Software Driver (microsoft.com)
  2. ^ "IA-32 Execution Layer: Technical Whitepaper". Intel.
  3. ^ "Intel Software Development Products". Intel. Archived from the original on April 23, 2007.

External links


This page was last edited on 18 August 2022, at 06:08
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.