gem5 v24.0.0.0
|
Definition of the Frequent Pattern Compression with limited Dictionary support (FPC-D) cache compressor, as described in "Opportunistic Compression for Direct-Mapped DRAM Caches", by Alameldeen et al. More...
#include <cstdint>
#include <map>
#include <memory>
#include <string>
#include "base/types.hh"
#include "mem/cache/compressors/dictionary_compressor.hh"
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::compression |
Definition of the Frequent Pattern Compression with limited Dictionary support (FPC-D) cache compressor, as described in "Opportunistic Compression for Direct-Mapped DRAM Caches", by Alameldeen et al.
It is a pattern compressor that can only have 2 dictionary entries, and as such the pattern encodings are specialized to inform to which entry it refers. These entries are replaced in a FIFO manner.
Definition in file fpcd.hh.