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)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 22 Dec 2023 19:26:22 +0000 (19:26 +0000)
commit88262c8310686afcd2d14b3582df72343b36a0ff
treede9e218424ffaee66bc1d2bdda0a1a7c4fd3dc10
parent2e01a65df3ef01c978719d59a96cb2f5b518b365
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