JIT: reduced size of emitted code (30% smaller), slightly better performance
This commit is contained in:
parent
e66e1e863f
commit
30062e91f2
4 changed files with 1115 additions and 1079 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue