Mem: don't log loads when dumping, you'll see the memory dump anyway
authorJacob Lifshay <programmerjake@gmail.com>
Sun, 3 Dec 2023 07:45:41 +0000 (23:45 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Mon, 4 Dec 2023 06:32:30 +0000 (22:32 -0800)
commit0adfc2dac47fe8fdf07183c5f9d64934380d9e05
tree7c3bef0caeb77e9e83e36272c52d02b0359ab3b7
parent3cc9297245db2a7651f0710e5b3be46767047cde
Mem: don't log loads when dumping, you'll see the memory dump anyway

this avoids a giant list of memory-load log messages immediately
followed by a much nicer memory dump, just show the memory dump
without logging every single load needed to create the memory dump.

This also makes memory-dumping faster for large memories.
src/openpower/decoder/isa/mem.py