From owner-svn-src-all@FreeBSD.ORG Mon Apr 6 17:24:24 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB62245D; Mon, 6 Apr 2015 17:24:24 +0000 (UTC) Received: from mail-ig0-x22c.google.com (mail-ig0-x22c.google.com [IPv6:2607:f8b0:4001:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8DDD17E1; Mon, 6 Apr 2015 17:24:24 +0000 (UTC) Received: by iggg4 with SMTP id g4so6991268igg.0; Mon, 06 Apr 2015 10:24:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=0iDgSKn2ibDY7ea3dxLajdsEMIHUIOswgvZXpOJ7h3k=; b=RMa6GsuiDk6y1JCzKK7D++COMeMuv0Df2tNie/hhkzrufyTTDP5yspb6XLwBqbByli 3qRUZ/pF0zq0qov1zhdo+a4aTRdKF7gp8z80F94OkACFf47znNOoCVWBmHOKv0MVnsHo uEQrxHRx4PD9czZx/OOlS6RRzQgQP/s+SzUfQTmD2X2s6Q9iJwl6+pmTWV+nS6ZygF0U +wA9rrSzCzxxP5mbsfc0VXvGABBetTM/lOLEtmujmy/lgSMB/QX16IF7sRzq0je2wPts +nKN2bAxfeGUtMHCq6wFCanMxpO7iVtgvepWkrqVI0rPxxIj3J/wdDhk7tXdazeRbUKi 84KA== MIME-Version: 1.0 X-Received: by 10.50.143.42 with SMTP id sb10mr48230378igb.49.1428341064047; Mon, 06 Apr 2015 10:24:24 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.17.194 with HTTP; Mon, 6 Apr 2015 10:24:23 -0700 (PDT) In-Reply-To: <20150406152653.K1066@besplex.bde.org> References: <201504050518.t355IFVJ001786@svn.freebsd.org> <20150405163305.A2515@besplex.bde.org> <20150406152653.K1066@besplex.bde.org> Date: Mon, 6 Apr 2015 10:24:23 -0700 X-Google-Sender-Auth: V2Q1hyhzm9TY8f2w9y53AyThXHI Message-ID: Subject: Re: svn commit: r281103 - head/sys/amd64/amd64 From: Adrian Chadd To: Bruce Evans Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Eitan Adler , Kurt Lidl X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2015 17:24:24 -0000 Hi Bruce, There's been a bunch of research into that field lately. Eg: http://daim.idi.ntnu.no/masteroppgaver/009/9231/masteroppgave.pdf The best part (imho)- the length of your USER environment string influencing code runtime costs. :) -a