----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2625/#review5891 -----------------------------------------------------------
Ship it! Ship It! - Marco Elver On Feb. 3, 2015, 7:57 p.m., Andreas Hansson wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/2625/ > ----------------------------------------------------------- > > (Updated Feb. 3, 2015, 7:57 p.m.) > > > Review request for Default. > > > Repository: gem5 > > > Description > ------- > > Changeset 10690:a6a57181b1bd > --------------------------- > mem: Fix initial value problem with MemChecker > > In highly loaded cases, reads might actually overlap with writes to the > initial memory state. The mem checker needs to detect such cases and > permit the read reading either from the writes (what it is doing now) or > read from the initial, unknown value. > > This patch adds this logic. > > > Diffs > ----- > > src/mem/mem_checker.cc 7639c17357dc > > Diff: http://reviews.gem5.org/r/2625/diff/ > > > Testing > ------- > > > Thanks, > > Andreas Hansson > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
