• Kairos@lemmy.today
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 days ago

    That’s accurate.

    Its done through multiple algorithms, but the general idea is to schedule calculations as soon as possible, accounting for data hazards to make sure everything is still equivalent to non out of order execution.

    There’s also branch prediction which is the same thing kind of except the CPU needs a way to ensure if the prediction was actually correct.