Date: Sat, 27 Jan 2001 15:44:30 -0500 (EST) From: Andrew Gallatin <gallatin@cs.duke.edu> To: Bernd Walter <ticso@cicely5.cicely.de> Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: -current failing on PC164 Message-ID: <14963.12976.121070.21427@grasshopper.cs.duke.edu> In-Reply-To: <20010127181650.A6504@cicely5.cicely.de> References: <14958.59036.411197.382347@grasshopper.cs.duke.edu> <XFMail.010124064529.jhb@FreeBSD.org> <20010127181650.A6504@cicely5.cicely.de>
next in thread | previous in thread | raw e-mail | index | archive | help
FWIW, the perf. decrease you noticed is probably directly related to the mutex stuff no longer being inlined -- function calls are pretty expensive on alpha. I saw a huge perf. increase when we inlined spl's last year. But John is right, you shouldn't be using the ktr stuff unless your actively debugging something. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14963.12976.121070.21427>