Skip to content

Write-back evicted cache-lines immediately to shadow memory (after checking write-back reordering buffer) #50

@LouisJenkinsCS

Description

@LouisJenkinsCS

Should actually force write-back to shadow memory of evicted cache-lines immediately; when evicting from software processor cache, it should check write-back reordering buffer first and handle writing that back first, and then write-back evicted cache-line. Right now it will go to write-back reordering buffer and require a fence from the thread that evicted it (which I believe is wrong).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Priority:HighHigh Priority - Should be done as soon as possiblebugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions