Jun Su wrote: >I noticed that Jeff Roberson implement this already. Is whi will be commit? >http://kerneltrap.org/node/view/1531 > >I google this because I found this feature is listed in the list of Kernel Improvement of WindowsXP. :-) > >Thanks, >Jun Su > > > I have almost done this experiment about 10 months ago. http://people.freebsd.org/~davidxu/fastsyscall/ The patch is out of date and still not complete. Also it can give you some performance improve, but I think too many things need to be changed, and this really makes user ret code very dirty, some syscalls, for example, pipe() can not use this fast syscall, becaues pipe() seems using two registers to return file handle, the performance gain is immediately lost when the assemble code becomes more complex. I don't think this hack is worth to do on IA32, I heard AMD has different way to support fast syscall, that may already in FreeBSD AMD 64 branch. David XuReceived on Tue Nov 04 2003 - 23:59:06 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:27 UTC