]> git.sesse.net Git - pistorm/commit
avoid false sharing between the do_reset and amiga_reset variable that caused the...
authorRune Holm <rune.holm@gmail.com>
Fri, 25 Jun 2021 17:20:52 +0000 (18:20 +0100)
committerRune Holm <rune.holm@gmail.com>
Fri, 25 Jun 2021 17:20:52 +0000 (18:20 +0100)
commite4401c5cf4c0281e54a66e61117cbc00d7fd7ca6
treeb13010c77eb4e940ea7031664e5d4dd63a5fa770
parent3168b13b6fe36cb44a2035eb6c9ba8a97e3e6f38
avoid false sharing between the do_reset and amiga_reset variable that caused the cache line to bounce between the two A53 L1 caches. Also clean up a few of the global variables, in addition to placing 64 bytes of pad around do_reset to prevent future false sharing
emulator.c