Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-27 | arch: Use const StaticInstPtr references where possible | Andreas Hansson | |
This patch optimises the passing of StaticInstPtr by avoiding copying the reference-counting pointer. This avoids first incrementing and then decrementing the reference-counting pointer. | |||
2014-09-20 | cpu: use probes infrastructure to do simpoint profiling | Dam Sunwoo | |
Instead of having code embedded in cpu model to do simpoint profiling use the probes infrastructure to do it. |