Skip to content

Out of Order Loads and Stores #11

Description

@BakerSmithA
  1. At commit of store, i.e. when about to be removed from reorder buffer, check previous loads to see whether they have the same address and have already been to memory to collect their value.
  2. If any do, you know they will have the wrong value.
  3. Therefore, re-execute from load and flush pipeline.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions