Don't inline memory read/write code in x86-32 recompiled blocks - speedup (up to 20% seen)

This commit is contained in:
SarahW 2016-09-15 21:06:28 +01:00
commit aab2c3e7cf
4 changed files with 535 additions and 405 deletions

View file

@ -245,8 +245,6 @@ void initpc(int argc, char *argv[])
if (config_file)
saveconfig();
codegen_init();
cpuspeed2=(AT)?2:1;
// cpuspeed2=cpuspeed;
atfullspeed=0;
@ -258,6 +256,8 @@ void initpc(int argc, char *argv[])
loadbios();
mem_add_bios();
codegen_init();
timer_reset();
sound_reset();
fdc_init();