From owner-freebsd-current@FreeBSD.ORG Fri Dec 2 16:42:31 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93D431065696 for ; Fri, 2 Dec 2011 16:42:31 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 26A2C8FC1A for ; Fri, 2 Dec 2011 16:42:30 +0000 (UTC) Received: by faak28 with SMTP id k28so3162725faa.13 for ; Fri, 02 Dec 2011 08:42:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ck/VAT2ccbKcRR10m/f63Y4n5I4Iw1VI1iVTxfuuL/g=; b=wigqukpF/dNm31yVjRs4E2hI4iC+9NtmfQlGx13hppcY8DLWqNfL4iuaQ92DUnxxiD pxWm9nF0j3bT3PpxnzZ9/6zNNE+eLF7SE057cddYIBi6sQkTOI7D6oR04A2dfUcoa7nv 7VaulN/GhXI1BwBYLjPSMX4jdkDUljJcLu9gQ= MIME-Version: 1.0 Received: by 10.180.90.6 with SMTP id bs6mr10447548wib.63.1322844150027; Fri, 02 Dec 2011 08:42:30 -0800 (PST) Received: by 10.180.101.102 with HTTP; Fri, 2 Dec 2011 08:42:29 -0800 (PST) In-Reply-To: References: <20111202015133.GA4111@dragon.NUXI.org> <20111202064132.GC88903@troutmask.apl.washington.edu> <4ED8776F.9060301@FreeBSD.org> <20111202072349.GA89183@troutmask.apl.washington.edu> <20111202083501.GA73959@dragon.NUXI.org> Date: Fri, 2 Dec 2011 11:42:29 -0500 Message-ID: From: Ryan Stone To: Lyndon Nerenberg Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org, Max Khon Subject: Re: WITHOUT_PROFILE=yes by default X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2011 16:42:31 -0000 On Fri, Dec 2, 2011 at 10:56 AM, Lyndon Nerenberg wrote: > If you choose not to profile your code, that's entirely your choice. > Breaking this functionality for everyone else who *does* make the effort to > profile their code is a non-starter. Using profiled libs and gprof to profile your code has been obsolete in FreeBSD on i386 and amd64 for over six years now.