Don't inline memory read/write code in x86-32 recompiled blocks - speedup (up to 20% seen)
This commit is contained in:
parent
6b5467a6c9
commit
aab2c3e7cf
4 changed files with 535 additions and 405 deletions
4
src/pc.c
4
src/pc.c
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue