macemu/BasiliskII/src/uae_cpu
gbeauche 94a9038826 - Remove dead code in readcpu.cpp concerning CONST_JUMP control flow.
- Replace unused fl_compiled with fl_const_jump
- Implement block inlining enabled with USE_INLINING && USE_CHECKSUM_INFO.
  However, this is currently disabled as it doesn't give much and exhibits
  even more a cache/code generation problem with FPU JIT compiled code.
- Actual checksum values are now integral part of a blockinfo regardless
  of USE_CHECKSUM_INFO is set or not. Reduce number of elements in that
  structure and speeds up a little calculation of checksum of chained blocks.
- Don't care about show_checksum() for now.
2002-10-02 15:55:10 +00:00
..
compiler - Remove dead code in readcpu.cpp concerning CONST_JUMP control flow. 2002-10-02 15:55:10 +00:00
fpu Disable USE_QUAD_DOUBLE for now and probably for good as (i) the emulator 2002-09-20 16:52:48 +00:00
basilisk_glue.cpp - Optimize use of quit_program variable. This is a real boolean for B2. 2002-10-01 09:39:55 +00:00
build68k.c - Merge with Basilisk II/JIT cpu core, interpretive part for now 2002-09-01 15:17:13 +00:00
cpu_emulation.h - Changes to support 68040 -> x86 dynamic translator 2002-09-17 16:05:39 +00:00
cpuopti.c video_x.cpp supports resolution switching in windowed mode: the available 2001-06-28 21:20:02 +00:00
gencpu.c - Changes to support 68040 -> x86 dynamic translator 2002-09-17 16:05:39 +00:00
m68k.h - merged some code from uae-0.8.16 2001-07-13 10:13:58 +00:00
memory.cpp Use B2_mutex instead of pthread mutexes when ENABLE_EXCLUSIVE_SPCFLAGS is 2002-09-01 16:32:02 +00:00
memory.h - 1-bit mode under X11 always uses default visual 2001-07-14 15:02:49 +00:00
newcpu.cpp - Optimize use of quit_program variable. This is a real boolean for B2. 2002-10-01 09:39:55 +00:00
newcpu.h - Optimize use of quit_program variable. This is a real boolean for B2. 2002-10-01 09:39:55 +00:00
noflags.h - Merge with Basilisk II/JIT cpu core, interpretive part for now 2002-09-01 15:17:13 +00:00
readcpu.cpp - Remove dead code in readcpu.cpp concerning CONST_JUMP control flow. 2002-10-02 15:55:10 +00:00
readcpu.h - Remove dead code in readcpu.cpp concerning CONST_JUMP control flow. 2002-10-02 15:55:10 +00:00
spcflags.h - Changes to support 68040 -> x86 dynamic translator 2002-09-17 16:05:39 +00:00
table68k - Merge with Basilisk II/JIT cpu core, interpretive part for now 2002-09-01 15:17:13 +00:00