summaryrefslogtreecommitdiffstats
path: root/sys/libkern/scanc.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-311-4/+4
|
* Rearrange the inner loop of scanc() to get better code on i*86'sbde1995-07-111-2/+10
| | | | | | | | | | | (on an i486, 10 cycles (+ cache misses) instead of 15). The change should be a no-op if the compiler is any good. The best possible i*86 code for the same algorithm is only 1 more cycle faster on i486's so I don't want to bother implementing an assembler version. scanc() is a bottleneck for OPOST processing. It is naturally about 4 times as slow as bcopy() on 32-bit systems.
* <libkern/libkern.h> has moved to <sys/libkern.h> (repository copy).phk1995-03-171-2/+2
| | | | | Since /usr/include/libkern doesn't and shouldn't exist, this is the least evil way to handle this.
* Added $Id$dg1994-08-021-0/+2
|
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+50
OpenPOWER on IntegriCloud