ok thanks. On 1/3/12, Nilay Vaish <[email protected]> wrote: > On Tue, 3 Jan 2012, Mahmood Naderan wrote: > >> Hi, >> in lru.cc, I see >> replacements[0]++; >> >> the replacements is a vector defined as >> Stats::Vector replacements; >> >> What does '0' mean? if it is a vector why not using an index? >> -- >> // Naderan *Mahmood; >> _______________________________________________ >> gem5-users mailing list >> [email protected] >> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> > > It might be that the intended functionality that would require using a > variable instead of a fixed index has not been implemented. > > -- > Nilay > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
-- -- // Naderan *Mahmood; _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
