Ramon van Handel wrote:
> 
> Attached is another plugin patch.  It replaces
> the previous one.  I added unaligned writes and
> fixed some bugs.  As far as I'm concerned, this
> one's ready to be included in the code base.
> 
> Someone should check that I didn't make any
> stupid mistake (but then again, I guess we'll
> notice if I did ;)).
> 
> PS, I can't find the string write routines
> anymore.  Have they disappeared ? (right now
> only writes with count=1 occur...)

At the moment, only count=1 is passed.  The user
code doesn't participate in the emulation of instruction
any more (as well it shouldn't).  The count idea
is a good one though, and as one of the optimizations,
we can make the instruction emulation use it.
We have to observe certain conditions before
letting string instructions rip, but very doable.

I'm getting ready for another release.  If I
don't incorporate these mods in that release,
then I'll put them in immediately after, and
make a 2nd one which we can upload into CVS.

Thanks,
-Kevin

Reply via email to