CPU: Simplify the implementation of the decode cache.
Review Request #1193 - Created May 14, 2012 and submitted
| Information | |
|---|---|
| Gabe Black | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9007:906c07bc6917 --------------------------- CPU: Simplify the implementation of the decode cache. Also reorganize it to make it more amenable to being rearranged later.
Issue Summary
1
1
0
0
| Description | From | Last Updated | Status |
|---|---|---|---|
| Why the change from the if/else structure in the original function? That seemed reasonable to me, and avoided duplication of ... | Steve Reinhardt | May 20, 2012, 8:34 a.m. | Open |
Posted (May 20, 2012, 1:15 a.m.)
Seems fine, but I would like a quick check that nothing goes wrong with performance. After that feel free to commit
Posted (May 20, 2012, 8:34 a.m.)
-
src/cpu/decode_cache.hh (Diff revision 1) -
Why the change from the if/else structure in the original function? That seemed reasonable to me, and avoided duplication of a couple of (admittedly simple) lines of code.
