Searched hist:9725 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/mem/cache/
H A Dmshr_queue.hhdiff 9725:0d4ee33078bb Thu May 30 00:54:00 EDT 2013 Andreas Hansson <andreas.hansson@arm.com> mem: Spring cleaning of MSHR and MSHRQueue

This patch does some minor tidying up of the MSHR and MSHRQueue. The
clean up started as part of some ad-hoc tracing and debugging, but
seems worthwhile enough to go in as a separate patch.

The highlights of the changes are reduced scoping (private) members
where possible, avoiding redundant new/delete, and constructor
initialisation to please static code analyzers.
H A Dmshr_queue.ccdiff 9725:0d4ee33078bb Thu May 30 00:54:00 EDT 2013 Andreas Hansson <andreas.hansson@arm.com> mem: Spring cleaning of MSHR and MSHRQueue

This patch does some minor tidying up of the MSHR and MSHRQueue. The
clean up started as part of some ad-hoc tracing and debugging, but
seems worthwhile enough to go in as a separate patch.

The highlights of the changes are reduced scoping (private) members
where possible, avoiding redundant new/delete, and constructor
initialisation to please static code analyzers.
H A Dmshr.hhdiff 9725:0d4ee33078bb Thu May 30 00:54:00 EDT 2013 Andreas Hansson <andreas.hansson@arm.com> mem: Spring cleaning of MSHR and MSHRQueue

This patch does some minor tidying up of the MSHR and MSHRQueue. The
clean up started as part of some ad-hoc tracing and debugging, but
seems worthwhile enough to go in as a separate patch.

The highlights of the changes are reduced scoping (private) members
where possible, avoiding redundant new/delete, and constructor
initialisation to please static code analyzers.
H A Dmshr.ccdiff 9725:0d4ee33078bb Thu May 30 00:54:00 EDT 2013 Andreas Hansson <andreas.hansson@arm.com> mem: Spring cleaning of MSHR and MSHRQueue

This patch does some minor tidying up of the MSHR and MSHRQueue. The
clean up started as part of some ad-hoc tracing and debugging, but
seems worthwhile enough to go in as a separate patch.

The highlights of the changes are reduced scoping (private) members
where possible, avoiding redundant new/delete, and constructor
initialisation to please static code analyzers.

Completed in 43 milliseconds