Skip to content
The Nexus
DossierENTITY

x86-32 emulator

Coverage of x86-32 emulator in the Nexus archive.

Earliest in view: Jun 17 · 12:01 UTCMost recent: Jun 17 · 12:01 UTC
Co-mentioned in this coverage
Recent coverage
  • TECHNOLOGYJun 17 · 12:01 UTCTHE REGISTER
    Windows devs rerolled old code to save precious bytes

    Microsoft engineers historically optimized code efficiency, as seen in a Windows x86-32 emulator project where a compiler-generated loop unrolled 64 KB of memory initialization into 256 KB of code. The team replaced the inefficient code with a tighter loop, highlighting past emphasis on memory efficiency contrasted with modern practices.