From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: Scrolling xdisp.c. Room for optimisation in syntax.c/CC Mode. Date: Mon, 20 Oct 2014 09:24:03 +0200 Message-ID: <21572.47251.749341.699249@a1i15.kph.uni-mainz.de> References: <20141018181937.GA5924@acm.acm> <20141018202839.GB5924@acm.acm> <21571.59590.312221.336635@a1i15.kph.uni-mainz.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1413789876 17441 80.91.229.3 (20 Oct 2014 07:24:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Oct 2014 07:24:36 +0000 (UTC) Cc: Alan Mackenzie , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 20 09:24:29 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xg7KO-0000uy-JJ for ged-emacs-devel@m.gmane.org; Mon, 20 Oct 2014 09:24:28 +0200 Original-Received: from localhost ([::1]:42793 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xg7KO-0001P3-2L for ged-emacs-devel@m.gmane.org; Mon, 20 Oct 2014 03:24:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xg7KC-0001Em-N0 for emacs-devel@gnu.org; Mon, 20 Oct 2014 03:24:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xg7K4-0000EQ-K6 for emacs-devel@gnu.org; Mon, 20 Oct 2014 03:24:16 -0400 Original-Received: from a1www.kph.uni-mainz.de ([134.93.134.1]:43291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xg7K4-0000Di-C8 for emacs-devel@gnu.org; Mon, 20 Oct 2014 03:24:08 -0400 Original-Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1www.kph.uni-mainz.de (8.14.9/8.14.7) with ESMTP id s9K7O5Qo027399; Mon, 20 Oct 2014 09:24:06 +0200 Original-Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.8/8.14.2) with ESMTP id s9K7O5CT004849; Mon, 20 Oct 2014 09:24:05 +0200 Original-Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.8/8.14.8/Submit) id s9K7O3ft004845; Mon, 20 Oct 2014 09:24:03 +0200 In-Reply-To: X-Mailer: VM 8.2.0b under 24.3.1 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 134.93.134.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:175576 Archived-At: >>>>> On Sun, 19 Oct 2014, Stefan Monnier wrote: >> I don't see such a large degradation of performance between 24.3 and >> trunk here. >> [...] > Which version of cc-mode was used? The one bundled with the > respective Emacs version or is it always the same version > (presumably the standalone version of CC-mode)? The bundled one. Ulrich