mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-06 09:17:25 +00:00
5dfc0f6c53
heavily used when parsing config files. Mostly these changes avoid making temporary copies of the strings, and avoid doing byte at a time append operations, on the most-used code path. On a 1.2 GHz ARM processor this reduces the time to parse the config files from 13 to 6 seconds. Reviewed by: imp Approved by: cognet (mentor) |
||
---|---|---|
.. | ||
devd.8 | ||
devd.cc | ||
devd.conf.5 | ||
devd.h | ||
devd.hh | ||
Makefile | ||
parse.y | ||
token.l |