mem: Functional page tables data structure change
Review Request #3637 - Created Sept. 27, 2016 and discarded - Latest diff uploaded
| Information | |
|---|---|
| Alexandru Dutu | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11656:82d65f294a37 --------------------------- mem: Functional page tables data structure change This patch changes the inner data structure of the functional page table from a std::unodereded_map, which allows duplicates, to a std::map, which does not.
