From owner-freebsd-arch@FreeBSD.ORG Fri Mar 12 12:41:37 2010 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C77A1106566C; Fri, 12 Mar 2010 12:41:37 +0000 (UTC) (envelope-from matthew.fleming@isilon.com) Received: from seaxch09.isilon.com (seaxch09.isilon.com [74.85.160.25]) by mx1.freebsd.org (Postfix) with ESMTP id A93628FC30; Fri, 12 Mar 2010 12:41:37 +0000 (UTC) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Fri, 12 Mar 2010 04:28:47 -0800 Message-ID: <06D5F9F6F655AD4C92E28B662F7F853E021D4D25@seaxch09.desktop.isilon.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: likely and unlikely Thread-Index: AcrB30WGBYVOgdA3T+KXiX6638ZTewAAEp/r References: <20100312122559.GU8200@hoeg.nl> From: "Matthew Fleming" To: "Ed Schouten" , "Ivan Voras" Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-arch@freebsd.org Subject: RE: likely and unlikely X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2010 12:41:37 -0000 > * Ivan Voras wrote: > > Wouldnt it be more convenient to have a single global definition of > > them, under ifdef __GNUC__ for example in sys/stddef.h ? >=20 > Wouldnt it be better to have them in sys/cdefs.h? ... which is where __predict_true and __predict_false already live. Cheers, matthew