> From: Bill Stoddard [mailto:[EMAIL PROTECTED] > > I ran a quick profile with this patch and it eliminated a couple of > divisions (calls to __divi64 reduced from 4 to 2 in my test setup. your > mileage may vary) which was good for 493 instructions. Still have 3 > __divu64 > and 2 __divi64 calls. The three __divu64 calls are in the gettimeofday() > CRT > function, so there is not much we can do about these directly. One
Has anybody looked at ExtendedStatus to make sure that we are eliminating all of the time calls that we can during request processing? > __divi64 > is in apr_poll (convert microseconds to milliseconds. This can probably be If we move to using the macros, it should go away. Ryan