From: <cv...@ce...> - 2007-01-13 18:21:32
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by gbeauche Modified Files: configure.ac main_unix.cpp vm_alloc.cpp vm_alloc.h Log Message: Remove the 33-bit addressing hack as it's overly complex for not much gain. Rather, use an address override prefix (0x67) though Intel Core optimization reference guide says to avoid LCP prefixes. In practise, impact on performance is measurably marginal on e.g. Speedometer tests. |