Remix.run Logo
Microsoft's 90s Weapon That Made Windows Fast [video](youtube.com)
3 points by csense 12 hours ago | 1 comments
WarOnPrivacy 11 hours ago | parent [-]

The baited answer is something I haven't run across before.

    a highly classified internal Microsoft project codenamed "Microsoft LEGO".
    aka: the Basic Block Tool (BBT).

    the BBT operated on the compiled binaries. 
    Shuffling the internal basic blocks of the code improved
    efficiency and sped up execution.

    a basic block is a sequence of straight-line code that has exactly
    one entry point and one exit point, with no jumps or branches 
    in between. Microsoft engineers could rearrange them within the
    binary to optimize how the processor handled the instruction