Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 45655 invoked from network); 2 May 2008 18:19:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 May 2008 18:19:20 -0000 Received: (qmail 25103 invoked by uid 500); 2 May 2008 18:19:18 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 25046 invoked by uid 500); 2 May 2008 18:19:18 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 25031 invoked by uid 99); 2 May 2008 18:19:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2008 11:19:18 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 02 May 2008 18:18:41 +0000 Received: (qmail 39365 invoked by uid 2161); 2 May 2008 18:18:55 -0000 Received: from [192.168.2.4] (euler.heimnetz.de [192.168.2.4]) by cerberus.heimnetz.de (Postfix on SuSE Linux 7.0 (i386)) with ESMTP id CD5E41721C for ; Fri, 2 May 2008 20:18:43 +0200 (CEST) Message-ID: <481B5B1C.9020909@apache.org> Date: Fri, 02 May 2008 20:19:08 +0200 From: Ruediger Pluem User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: svn commit: r647263 - in /httpd/httpd/trunk: ./ docs/manual/mod/ include/ modules/aaa/ modules/filters/ modules/http/ server/ References: <20080411184216.4F5751A983A@eris.apache.org> <481A2B41.1090901@apache.org> <481AEF81.5040007@sharp.fm> <99EA83DCDE961346AFA9B5EC33FEC08B9F8057@VF-MBX11.internal.vodafone.com> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org On 05/02/2008 07:54 PM, Roy T. Fielding wrote: > On May 2, 2008, at 4:07 AM, Pl�m, R�diger, VF-Group wrote: >>>>> >>>>> + c = low ^ hi; >>>> >>>> Shouldn't this be c = low + hi ? >>> >>> In theory either should work, which is faster? > > The AND. I agree that an AND (&) or an OR (|) would be also readable, but above we have an XOR, which makes one think about its deeper meaning. Regards R�diger