|
gem5
v21.0.1.0
|
#include "mem/cache/compressors/perfect.hh"#include <algorithm>#include "debug/CacheComp.hh"#include "params/PerfectCompressor.hh"Go to the source code of this file.
Namespaces | |
| Compressor | |
Implementation of a perfect compressor, which compresses data to its maximum allowed compression ratio.
Definition in file perfect.cc.