gem5
v20.1.0.0
|
#include <algorithm>
#include "base/trace.hh"
#include "debug/CacheComp.hh"
#include "mem/cache/compressors/dictionary_compressor.hh"
#include "params/BaseDictionaryCompressor.hh"
Go to the source code of this file.
Namespaces | |
Compressor | |
Implementation of a dictionary based cache compressor.
Definition in file dictionary_compressor_impl.hh.