Re: INVARIANTS (was Re: RELENG_4 -> 5 -> 6: significant performance regression)
- From: Kris Kennaway <kris@xxxxxxxxxxxxxx>
- Date: Sat, 13 May 2006 11:58:26 -0400
On Sat, May 13, 2006 at 10:52:32AM -0500, Matthew D. Fuller wrote:
On Sat, May 13, 2006 at 10:37:40AM -0400 I heard the voice of
Kris Kennaway, and lo! it spake thus:
With respect to INVARIANTS, you just need to get used to the fact
that running thousands of checks for bugs is incompatible with
running at optimal speed.
(I'm not sure what the point of saying this is, really, but I'll say
it anyway.)
I've run all my systems with INVARIANTS for at least as long as I've
known it was there. While more performance is always good, hardly any
of my systems are so constrained as to need every bit of suds all the
time; trading off a bit of performance for a better chance of catching
a problem before it really screws something up is just a no-brainer.
Additionally (and especially on -CURRENT), I run it because I think
more people run it than don't, and while theoretically it should just
add checks, I know there are places where it changes code paths much
more than that. So, the !(INVARIANTS) code paths don't get exercised
as much, and I worry about bugs hiding there that don't get found (I
think I recall a case or three over the years of just that happening).
Like everyone, I'm sure, I'm all for ferreting out bugs and getting
them fixed, but I'd rather not have to bust my virtual face on the
virtual concrete to do it ;)
FYI, INVARIANTS adds checks but does not (is not supposed to) divert
code paths.
Kris
Attachment:
pgpWhB7IgGXVZ.pgp
Description: PGP signature
- Follow-Ups:
- Re: INVARIANTS (was Re: RELENG_4 -> 5 -> 6: significant performance regression)
- From: Matthew D. Fuller
- Re: INVARIANTS (was Re: RELENG_4 -> 5 -> 6: significant performance regression)
- References:
- Re: RELENG_4 -> 5 -> 6: significant performance regression
- From: Dmitry Pryanishnikov
- Re: RELENG_4 -> 5 -> 6: significant performance regression
- From: Kris Kennaway
- Re: RELENG_4 -> 5 -> 6: significant performance regression
- From: Dmitry Pryanishnikov
- Re: RELENG_4 -> 5 -> 6: significant performance regression
- From: Kris Kennaway
- INVARIANTS (was Re: RELENG_4 -> 5 -> 6: significant performance regression)
- From: Matthew D. Fuller
- Re: RELENG_4 -> 5 -> 6: significant performance regression
- Prev by Date: INVARIANTS (was Re: RELENG_4 -> 5 -> 6: significant performance regression)
- Next by Date: Re: if_xe and altq on FreeBSD-6
- Previous by thread: INVARIANTS (was Re: RELENG_4 -> 5 -> 6: significant performance regression)
- Next by thread: Re: INVARIANTS (was Re: RELENG_4 -> 5 -> 6: significant performance regression)
- Index(es):
Relevant Pages
|