Bochs/bochs/cpu
Bryce Denney 565fa8ea8e - another speed boost: when not using SMP, use
BX_CPU_C bx_cpu;
     BX_MEM_C bx_mem;
  and when more than one processor, use
     BX_CPU_C    *bx_cpu_array[BX_SMP_PROCESSORS];
     BX_MEM_C    *bx_mem_array[BX_ADDRESS_SPACES];
  The changeover is controlled by BX_SMP_PROCESSORS, but there are only
  a few code changes since nearly all code uses the BX_CPU(n) and BX_MEM(n)
  macros.
- This turns out to make a 10% speed difference!  With this revision,
  the CVS version now gets 95% of the performance of the 3/25/2000
  snapshot, which I've been using as my baseline.
2001-06-05 17:35:08 +00:00
..
access.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
apic.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
arith8.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
arith16.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
arith32.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
bcd.cc - parts of the SMP merge apparantly broke the debugger and this revision 2001-05-24 18:46:34 +00:00
bit.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
cpu.cc - another speed boost: when not using SMP, use 2001-06-05 17:35:08 +00:00
cpu.h - another speed boost: when not using SMP, use 2001-06-05 17:35:08 +00:00
ctrl_xfer8.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
ctrl_xfer16.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
ctrl_xfer32.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
ctrl_xfer_pro.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
data_xfer8.cc - parts of the SMP merge apparantly broke the debugger and this revision 2001-05-24 18:46:34 +00:00
data_xfer16.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
data_xfer32.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
debugstuff.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
decode16.cc - parts of the SMP merge apparantly broke the debugger and this revision 2001-05-24 18:46:34 +00:00
decode32.cc - parts of the SMP merge apparantly broke the debugger and this revision 2001-05-24 18:46:34 +00:00
exception.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
fetchdecode.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
flag_ctrl_pro.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
flag_ctrl.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
init.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
io_pro.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
io.cc - parts of the SMP merge apparantly broke the debugger and this revision 2001-05-24 18:46:34 +00:00
lazy_flags.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
lazy_flags.h - update copyright dates to 2001 for all mandrake headers 2001-04-10 02:20:02 +00:00
logical8.cc - parts of the SMP merge apparantly broke the debugger and this revision 2001-05-24 18:46:34 +00:00
logical16.cc - parts of the SMP merge apparantly broke the debugger and this revision 2001-05-24 18:46:34 +00:00
logical32.cc - parts of the SMP merge apparantly broke the debugger and this revision 2001-05-24 18:46:34 +00:00
Makefile.in - merged BRANCH-smp-bochs into main branch. For details see comments 2001-05-23 08:16:07 +00:00
mult8.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
mult16.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
mult32.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
paging.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
proc_ctrl.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
protect_ctrl_pro.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
protect_ctrl.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
resolve16.cc - parts of the SMP merge apparantly broke the debugger and this revision 2001-05-24 18:46:34 +00:00
resolve32.cc - parts of the SMP merge apparantly broke the debugger and this revision 2001-05-24 18:46:34 +00:00
segment_ctrl_pro.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
segment_ctrl.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
shift8.cc - parts of the SMP merge apparantly broke the debugger and this revision 2001-05-24 18:46:34 +00:00
shift16.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
shift32.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
soft_int.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
stack16.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
stack32.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
stack_pro.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
string.cc - parts of the SMP merge apparantly broke the debugger and this revision 2001-05-24 18:46:34 +00:00
tasking.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
vm8086.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00