svn commit: r244112 - head/sys/kern

Alfred Perlstein bright at mu.org
Tue Dec 18 22:45:26 UTC 2012


On 12/18/12 2:41 PM, Andriy Gapon wrote:
> on 19/12/2012 00:31 Alfred Perlstein said the following:
>> Yes, that happens when they run -stable.
> Does it?
> Do you have a solution? [*]
>
> [*] - which doesn't involve "it runs so slow I am switching to Y".
>

I already suggested that we copy from KTR so that KASSERTS can be 
selectively used in the system.

Another option is probably some dtrace magic where we hot patch the code 
with direct jumps rather than conditional ones if possible.

I'm sure there are plenty of solutions for your problem.

-Alfred


More information about the svn-src-all mailing list