From: <cv...@ce...> - 2006-07-09 12:15:54
|
Update of /home/cvs/cebix/SheepShaver/src/kpx_cpu by gbeauche Modified Files: sheepshaver_glue.cpp Log Message: Remove use of global register A0 (now aliased to T0). This makes it possible to cache the CPU context pointer to a register and thus rendering generated code CPU context independent. Not useful to SheepShaver, but it is for another project for threads emulation on plain x86-32. Note: AltiVec performance may drop a little on x86 but this will be restored (and even improved) in the future. |