Basilisk II and SheepShaver Macintosh emulators
Go to file
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
BasiliskII - Remove dead code in readcpu.cpp concerning CONST_JUMP control flow. 2002-10-02 15:55:10 +00:00
CVSROOT
SheepShaver - B2_TOPDIR: new macro specifying where Basilisk II directory can be found. 2002-05-09 09:55:45 +00:00