• Excel@lemmy.megumin.org
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 year ago

    This is why .NET code compiles to platform-independent binaries that get JIT translated to machine code and optimized for the target CPU. Developers don’t need to do anything (the applications don’t even need to be re-compiled), they will just get conditionally optimized when appropriate.