Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 45412431FB6 for ; Sun, 30 Jan 2011 20:22:40 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9Qc8zuzOSpIL for ; Sun, 30 Jan 2011 20:22:39 -0800 (PST) Received: from dmz-mailsec-scanner-4.mit.edu (DMZ-MAILSEC-SCANNER-4.MIT.EDU [18.9.25.15]) by olra.theworths.org (Postfix) with ESMTP id BD4D0431FB5 for ; Sun, 30 Jan 2011 20:22:39 -0800 (PST) X-AuditID: 1209190f-b7c1dae000000a2b-6e-4d46390f097c Received: from mailhub-auth-2.mit.edu ( [18.7.62.36]) by dmz-mailsec-scanner-4.mit.edu (Symantec Brightmail Gateway) with SMTP id FA.AD.02603.F09364D4; Sun, 30 Jan 2011 23:22:39 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-2.mit.edu (8.13.8/8.9.2) with ESMTP id p0V4Mcxq015291; Sun, 30 Jan 2011 23:22:38 -0500 Received: from drake.mit.edu (209-6-116-242.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com [209.6.116.242]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id p0V4Mavg007102 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Sun, 30 Jan 2011 23:22:38 -0500 (EST) Received: from amthrax by drake.mit.edu with local (Exim 4.72) (envelope-from ) id 1PjlHg-0002eu-CA; Sun, 30 Jan 2011 23:22:36 -0500 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH v2 0/2] Small clean-ups to the doc ID set code Date: Sun, 30 Jan 2011 23:22:31 -0500 Message-Id: <1296447753-10109-1-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <8762t8n22a.fsf@yoom.home.cworth.org> References: <8762t8n22a.fsf@yoom.home.cworth.org> X-Brightmail-Tracker: AAAAAA== Cc: amdragon@mit.edu X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2011 04:22:40 -0000 I split up the patches as requested and also rebased to current master. Relative to the original patch, I stripped out the bound-to-max change since I could no longer convince myself it was a good idea, and changed BITMAP_* to DOCIDSET_* to clarify that the macros were for working with the doc ID set bitmaps and not just any old bitmaps. As usual, this is also available in my git repo http://awakening.csail.mit.edu/git/notmuch.git as the search-perf-3 branch.