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