ruby: RubyPort delete snoop requests
Review Request #3115 - Created Sept. 16, 2015 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Joel Hestness | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11144:f3dcf1be17c4 --------------------------- ruby: RubyPort delete snoop requests In RubyPort::ruby_eviction_callback, prior changes fixed a memory leak caused by instantiating separate packets for each port that the eviction was forwarded to. That change, however, left the instantiated request to also leak. Allocate it on the stack to avoid the leak.
Compiled gem5.debug with --without-tcmalloc. Ran large tests with Valgrind.
