]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/h8300/compile.c
sim: h8300: delete opcode caching
authorMike Frysinger <vapier@gentoo.org>
Wed, 30 Dec 2015 06:52:01 +0000 (01:52 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 7 Jan 2021 17:21:12 +0000 (12:21 -0500)
commitbfc7d04afbeb56a3dc3caa71322a71fbb084d5dd
tree6ec8b991acd29ffebe10b5831399c3d3ed475a06
parente904f56d02afd68ffd9333435fe8b026f1e14b5f
sim: h8300: delete opcode caching

This is in preparation for converting h8300 over to the common memory
framework.  It's not clear how much of a speed gain this was providing
in the first place -- a naive test of ~400k insns (using shlr.s) shows
that this code actually slowed things down a bit.

If anyone really cares about h8300 anymore, they can migrate to the
common insn caching logic.
sim/h8300/ChangeLog
sim/h8300/compile.c
sim/h8300/sim-main.h