Review Board 2.0.15


Ruby: remove the files related to the tracer

Review Request #968 - Created Jan. 3, 2012 and submitted

Information
Nilay Vaish
gem5
default
Reviewers
Default
Ruby: remove the files related to the tracer
The Ruby Tracer is out of date with the changes that are being carried
out to support checkpointing. Hence, it needs to be removed.

   
Posted (Jan. 10, 2012, 7:51 a.m.)
Nilay, are you sure all this code is safe to remove?  I thought that the Tracer was used to replay cache warmup trace, or is that done somewhere else now?
  1. Cache warmup is not at all using the Tracer class. The trace is
    recorded and replayed using the CacheRecorder class.
Ship it!
Posted (Jan. 10, 2012, 8:31 a.m.)