]> git.sesse.net Git - pistorm/commitdiff
move address translation cache fields from global variables to the m68k struct, as
authorRune Holm <rune.holm@gmail.com>
Fri, 18 Jun 2021 19:19:41 +0000 (20:19 +0100)
committerRune Holm <rune.holm@gmail.com>
Fri, 18 Jun 2021 21:01:22 +0000 (22:01 +0100)
this way we can pass around one pointer and access them all in the future.
This happens to win 5-10% performance, because now the code generator can generate a single
global variable pointer to get to all of the translation cache/range fields at once.


No differences found