Christophe Bothamy b3d16a48ef - apply another speedup patch from Conn Clark.
Notes from the author:
Here is another one of my speed up patches. Unlike my previous speedups
this one will help more platforms than just X86. It cleans up the Data
Xfer instructions. Since the Data Xfer instructions are the most often
executed instructions it gives a noticable boost in speed. The basic
optimization technique was to eliminate intermediate variables and pass
a pointer to the final destination or original source to the
read_virtual_whatever and the write_virtual_whatever functions.
2003-05-03 16:19:07 +00:00
..
2003-03-13 00:37:40 +00:00
2003-02-26 02:48:12 +00:00
2003-02-26 02:35:11 +00:00
2003-03-13 00:49:20 +00:00
2003-04-16 18:38:53 +00:00
2003-05-02 12:22:48 +00:00
2003-05-02 12:22:48 +00:00
2003-04-23 18:55:25 +00:00