Review Board 2.0.15


Translation: Use a pointer type as the template argument.

Review Request #771 - Created July 3, 2011 and submitted

Information
Gabe Black
gem5
Reviewers
Default
ali, gblack, nate, stever
Translation: Use a pointer type as the template argument.

This allows regular pointers and reference counted pointers without having to
use any shim structures or other tricks.

   
Review request changed
Updated (July 3, 2011, 7:08 p.m.)
Ship it!
Posted (July 10, 2011, 4:36 a.m.)
Looks fine to me... A quick check to verify that we don't have a memory leak would be nice.
  1. I'm running the X86_FS o3 regression right now as part of trying to get it to work, and it's been running for a while doing a bunch of translations and hasn't exploded in memory usage. I think it's ok because O3 has a check if too many dynInsts are outstanding. I wouldn't consider either of these really rigorous checks (there could be one or two leaked under just the right circumstances) but it seems to be ok.
Ship it!
Posted (July 27, 2011, 7:01 a.m.)