----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2446/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10442:b055a08da7a7 --------------------------- o3: Use shared_ptr for MemDepEntry This patch transitions the o3 MemDepEntry from the ad-hoc RefCountingPtr to the c++11 shared_ptr. There are no changes in behaviour, and the code modifications are mainly replacing "new" with "make_shared". Diffs ----- src/cpu/o3/mem_dep_unit.hh 28b31101d9e6 src/cpu/o3/mem_dep_unit_impl.hh 28b31101d9e6 Diff: http://reviews.gem5.org/r/2446/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
