mem-cache: Implement a repeated values compressor
authorDaniel R. Carvalho <odanrc@yahoo.com.br>
Thu, 5 Sep 2019 13:29:45 +0000 (15:29 +0200)
committerDaniel Carvalho <odanrc@yahoo.com.br>
Mon, 4 Nov 2019 21:32:22 +0000 (21:32 +0000)
commite41588297291580a99fdf9b7e434ba8145784889
tree2473e374f6da56b2f01efd0a4ac6d48eab5a6eef
parentfcc1964453487e6f9ebf518aa4be6195fb20ba1a
mem-cache: Implement a repeated values compressor

The repeated values compressor can only compress data composed solely
repeated instances of the same value.

Change-Id: If2c4f47ad4af492d202ec2017e30ba52ee67e307
Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/21156
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
src/mem/cache/compressors/Compressors.py
src/mem/cache/compressors/SConscript
src/mem/cache/compressors/repeated_qwords.cc [new file with mode: 0644]
src/mem/cache/compressors/repeated_qwords.hh [new file with mode: 0644]