JIT: reduced size of emitted code (30% smaller), slightly better performance

This commit is contained in:
Dimitris Panokostas 2020-02-03 10:52:55 +01:00
parent e66e1e863f
commit 30062e91f2
4 changed files with 1115 additions and 1079 deletions

View file

@ -140,6 +140,7 @@ struct regstruct
/* pointer to real arrays/structs for easier access in JIT */
uae_u32 *raw_cputbl_count;
uintptr mem_banks;
uintptr cache_tags;
#endif
};