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>
Sun, 3 Dec 2023 09:31:43 +0000 (01:31 -0800)
commit75f8e9447ef7cae946a27dba6bd914dcf2296a53
tree0f73bbd5a7fab3e94ae6e42168fc9a55ca78487d
parent0508e24246e6d57a70356a6e47d8efbdd8340a68
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