tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Possible slight speedup to non-interactive /bin/sh startup



On Tue, Feb 12, 2019 at 02:41:30AM +0700, Robert Elz wrote:
 > Nothing that could be done to libedit itself can possibly change
 > anything that is being measured here.

That's not quite true; it has a fair amount of data in its ABI, and
that incurs startup-time cost because you can't bind data lazily.
(Also, initialized data incurs bulk memcpys...)

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index