"Daniel C. Sobral" <[EMAIL PROTECTED]> writes:
> Dag-Erling Smorgrav wrote:
> > To be precise, I experience a 30% decrease in system time and a 100%
> > increase in user time when I use RE_STARTEND and eliminate the
> > malloc() / memcpy() calls in procfile().
> Could you please test my patch that removes malloc() but bot
> memcpy()? Here it is again, though against an old version:

Yeah. You can do even better by declaring ln static and never
free()ing it.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to