]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r246134 ...
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 4 Mar 2013 23:22:37 +0000 (23:22 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 4 Mar 2013 23:22:37 +0000 (23:22 +0000)
commitc1f9853d51f7cd8e3c35d708db014da4fbde4170
tree62e8c6ef6df71e0c3b8441ce070bcfe568d07158
parent187e3321ef83e4ee4c9f501110ef8e6b4e0595ef
MFC r246134 ...

Improve devd startup time, by tweaking some string handling routines that are
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.

git-svn-id: svn://svn.freebsd.org/base/stable/8@247825 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/devd/devd.cc
sbin/devd/devd.hh