From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5960 invoked by alias); 3 Jun 2011 14:03:14 -0000 Received: (qmail 5950 invoked by uid 22791); 3 Jun 2011 14:03:13 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 03 Jun 2011 14:02:59 +0000 Received: from hpaq7.eem.corp.google.com (hpaq7.eem.corp.google.com [172.25.149.7]) by smtp-out.google.com with ESMTP id p53E2vPc031744 for ; Fri, 3 Jun 2011 07:02:57 -0700 Received: from topo.tor.corp.google.com (topo.tor.corp.google.com [172.29.41.2]) by hpaq7.eem.corp.google.com with ESMTP id p53E2tA2005771; Fri, 3 Jun 2011 07:02:56 -0700 Received: by topo.tor.corp.google.com (Postfix, from userid 54752) id 8976B1DA1CC; Fri, 3 Jun 2011 10:02:53 -0400 (EDT) Date: Fri, 03 Jun 2011 14:03:00 -0000 From: Diego Novillo To: gcc-patches@gcc.gnu.org Cc: gchare@google.com, crowl@google.com Subject: [wwwdocs] Document new pth-icm branch Message-ID: <20110603140252.GA4310@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-06/txt/msg00231.txt.bz2 Since we are not sure whether pre-tokenized headers are worth adding at all (the performance gains are minimal), Gabriel has started removing that code and the parser instrumentation code we had in the pph branch. This will simplify branch maintenance wrt merges, but we are still not sure whether we will do anything with PTH. So, I have created a sub-branch (pth-icm) to hold that code for now. This patch adds documentation for it. Committed to wwwdocs. Diego. Index: svn.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v retrieving revision 1.161 diff -u -d -u -p -r1.161 svn.html --- svn.html 27 Apr 2011 14:51:51 -0000 1.161 +++ svn.html 3 Jun 2011 13:58:10 -0000 @@ -495,6 +495,18 @@ the command svn log --stop-on-copy href="mailto:crowl@google.com">Lawrence Crowl. Patches should be prefixed with [pph] in the subject line. +
pth-icm
+
This is a sub-branch of the pph branch. It + implements + + Pre-Tokenized Headers for C++. Additionally, it contains + instrumentation code in the C++ parser that was used in an + incremental compiler model (icm) to study the effects of an + incremental compiler cache for a compiler server. The branch is + maintained by Diego Novillo + and Lawrence Crowl. Patches + should be prefixed with [pph] in the subject line.
+

Distribution Branches