----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2444/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10440:a7be43584cdd --------------------------- base: Use shared_ptr for stat Node This patch transitions the stat Node and its derived classes 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/base/statistics.hh 28b31101d9e6 Diff: http://reviews.gem5.org/r/2444/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
