Date: Mon, 12 Jul 1999 15:05:29 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: Doug Rabson <dfr@nlsystems.com> Cc: Poul-Henning Kamp <phk@critter.freebsd.dk>, Luoqi Chen <luoqi@watermarkgroup.com>, jeremyp@gsmx07.alcatel.com.au, freebsd-current@FreeBSD.ORG, mike@ducky.net Subject: Re: Ack! Wrong results. Message-ID: <199907122205.PAA72489@apollo.backplane.com> References: <Pine.BSF.4.10.9907122259540.58023-100000@salmon.nlsystems.com>
next in thread | previous in thread | raw e-mail | index | archive | help
:Just as another data point, it would be interesting to see the overhead :for non-inline versions (i.e. functions in the kernel which are using lock :or not called by code in loaded modules). : :The alpha versions of these operations are already non-inline since it :takes quite a few instructions to implement them. : :-- :Doug Rabson Mail: dfr@nlsystems.com :Nonlinear Systems Ltd. Phone: +44 181 442 9037 Well, you can change those inline's to real functions and run the program. But I'll tell you what you will see... procedure calls are very cheap on intel cpu's, so it will probably have an effect similar to the global assignments I added in the second half of the test. -Matt Matthew Dillon <dillon@backplane.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907122205.PAA72489>