Files
gem5/src/mem
Andreas Hansson db3739682d mem: Use shared_ptr for Ruby Message classes
This patch transitions the Ruby Message 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".

The cloning of derived messages is slightly changed as they previously
relied on overriding the base-class through covariant return types.
2014-10-16 05:49:49 -04:00
..
2014-10-11 15:02:23 -05:00
2014-07-29 17:29:36 +01:00
2014-07-29 17:29:36 +01:00
2014-09-03 07:42:28 -04:00
2014-07-29 17:29:36 +01:00