Re: [gem5-dev] Review Request 3637: mem: Functional page tables data structure change

2016-09-27 Thread Alexandru Dutu
> On Sept. 27, 2016, 10:17 p.m., Andreas Hansson wrote: > > Surely an unordered_map also only allows a single entry per key. Correct! This patch actually replaced typedef m5::hash_map PTable; with typedef std::map PTable; The problem was

Re: [gem5-dev] Review Request 3637: mem: Functional page tables data structure change

2016-09-27 Thread Andreas Hansson
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3637/#review8739 --- Surely an unordered_map also only allows a single entry per key. -

[gem5-dev] Review Request 3637: mem: Functional page tables data structure change

2016-09-27 Thread Alexandru Dutu
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3637/ --- Review request for Default. Repository: gem5 Description --- Changeset