Searched hist:3867 (Results 1 - 9 of 9) sorted by relevance

/gem5/src/cpu/o3/
H A Drename_map.cc3867:807483cfab77 Thu Dec 21 01:20:00 EST 2006 Nathan Binkert <binkertn@umich.edu> don't use (*activeThreads).begin(), use activeThreads->blah().
Also don't call (*activeThreads).end() over and over. Just
call activeThreads->end() once and save the result.
Make sure we always check that there are elements in the list
before we grab the first one.
H A Drob_impl.hh3867:807483cfab77 Thu Dec 21 01:20:00 EST 2006 Nathan Binkert <binkertn@umich.edu> don't use (*activeThreads).begin(), use activeThreads->blah().
Also don't call (*activeThreads).end() over and over. Just
call activeThreads->end() once and save the result.
Make sure we always check that there are elements in the list
before we grab the first one.
H A Ddecode_impl.hh3867:807483cfab77 Thu Dec 21 01:20:00 EST 2006 Nathan Binkert <binkertn@umich.edu> don't use (*activeThreads).begin(), use activeThreads->blah().
Also don't call (*activeThreads).end() over and over. Just
call activeThreads->end() once and save the result.
Make sure we always check that there are elements in the list
before we grab the first one.
H A Dlsq_impl.hh3867:807483cfab77 Thu Dec 21 01:20:00 EST 2006 Nathan Binkert <binkertn@umich.edu> don't use (*activeThreads).begin(), use activeThreads->blah().
Also don't call (*activeThreads).end() over and over. Just
call activeThreads->end() once and save the result.
Make sure we always check that there are elements in the list
before we grab the first one.
H A Drename_impl.hh3867:807483cfab77 Thu Dec 21 01:20:00 EST 2006 Nathan Binkert <binkertn@umich.edu> don't use (*activeThreads).begin(), use activeThreads->blah().
Also don't call (*activeThreads).end() over and over. Just
call activeThreads->end() once and save the result.
Make sure we always check that there are elements in the list
before we grab the first one.
H A Dinst_queue_impl.hh3867:807483cfab77 Thu Dec 21 01:20:00 EST 2006 Nathan Binkert <binkertn@umich.edu> don't use (*activeThreads).begin(), use activeThreads->blah().
Also don't call (*activeThreads).end() over and over. Just
call activeThreads->end() once and save the result.
Make sure we always check that there are elements in the list
before we grab the first one.
H A Diew_impl.hh3867:807483cfab77 Thu Dec 21 01:20:00 EST 2006 Nathan Binkert <binkertn@umich.edu> don't use (*activeThreads).begin(), use activeThreads->blah().
Also don't call (*activeThreads).end() over and over. Just
call activeThreads->end() once and save the result.
Make sure we always check that there are elements in the list
before we grab the first one.
H A Dcommit_impl.hh3867:807483cfab77 Thu Dec 21 01:20:00 EST 2006 Nathan Binkert <binkertn@umich.edu> don't use (*activeThreads).begin(), use activeThreads->blah().
Also don't call (*activeThreads).end() over and over. Just
call activeThreads->end() once and save the result.
Make sure we always check that there are elements in the list
before we grab the first one.
H A Dfetch_impl.hh3867:807483cfab77 Thu Dec 21 01:20:00 EST 2006 Nathan Binkert <binkertn@umich.edu> don't use (*activeThreads).begin(), use activeThreads->blah().
Also don't call (*activeThreads).end() over and over. Just
call activeThreads->end() once and save the result.
Make sure we always check that there are elements in the list
before we grab the first one.

Completed in 206 milliseconds