mem-cache: Fix RepeatedQwords compressor
authorDaniel R. Carvalho <odanrc@yahoo.com.br>
Tue, 16 Jun 2020 15:15:32 +0000 (17:15 +0200)
committerDaniel Carvalho <odanrc@yahoo.com.br>
Mon, 31 Aug 2020 17:45:43 +0000 (17:45 +0000)
commit0658b53e9303afaf552604ab2a6e56e363efcf5c
treee7f66b9d4ecfc18ff0a942511e8fa598f3e87743
parent9e7dbd0544babf7c0389a92ef439e4b04f0a3032
mem-cache: Fix RepeatedQwords compressor

This compressor does not allocate dictionary entries when there
is a match. This was causing the compressor to always fail.

Change-Id: I50eb56fa284854f3ee87f33af2c6e0a5c5248d7c
Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33375
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/mem/cache/compressors/dictionary_compressor.hh
src/mem/cache/compressors/repeated_qwords.hh