Review Board 2.0.15


arch: Use shared_ptr for all Faults

Review Request #2447 - Created Sept. 29, 2014 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 10455:2728bdbacb0d
---------------------------
arch: Use shared_ptr for all Faults

This patch takes quite a large step in transitioning from the ad-hoc
RefCountingPtr to the c++11 shared_ptr by adopting its use for all
Faults. There are no changes in behaviour, and the code modifications
are mostly just replacing "new" with "make_shared".

   
Review request changed
Updated (Oct. 16, 2014, 3:40 a.m.)

Status: Closed (submitted)