From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: jit-lock-antiblink-grace Date: Sun, 24 Nov 2019 18:16:49 +0200 Message-ID: <83wobps0zy.fsf@gnu.org> References: <834l0enw8c.fsf@gnu.org> <83y2xqm6m4.fsf@gnu.org> <83o8ymlzkk.fsf@gnu.org> <835zktm9o0.fsf@gnu.org> <83o8ylknjw.fsf@gnu.org> <83k198ly94.fsf@gnu.org> <83sgnuh5cq.fsf@gnu.org> <87k17qozii.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="94781"; mail-complaints-to="usenet@blaine.gmane.org" Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 24 17:17:29 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iYuZj-000OTm-Bb for ged-emacs-devel@m.gmane.org; Sun, 24 Nov 2019 17:17:27 +0100 Original-Received: from localhost ([::1]:37440 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iYuZh-0006yk-FU for ged-emacs-devel@m.gmane.org; Sun, 24 Nov 2019 11:17:25 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46828) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iYuZ7-0006yS-Di for emacs-devel@gnu.org; Sun, 24 Nov 2019 11:16:50 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iYuZ7-0001cF-5Q; Sun, 24 Nov 2019 11:16:49 -0500 Original-Received: from [176.228.60.248] (port=1984 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iYuZ6-0000vb-8H; Sun, 24 Nov 2019 11:16:49 -0500 In-reply-to: <87k17qozii.fsf@gmail.com> (message from =?utf-8?B?Sm/Do28g?= =?utf-8?B?VMOhdm9yYQ==?= on Sun, 24 Nov 2019 01:04:53 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.org gmane.emacs.devel:242685 Archived-At: > From: João Távora > Cc: emacs-devel , Stefan Monnier > > Date: Sun, 24 Nov 2019 01:04:53 +0000 > > João Távora writes: > > > On Tue, Oct 15, 2019 at 7:48 AM Eli Zaretskii wrote: > > > >> This is encouraging, but please try C-n near the end of xdisp.c, so > >> that it includes syms_of_xdisp. The first 350 lines of xdisp.c is one > >> large comment, and there's a very small number of strings after that. > > > 30 seconds from syms_of_xdisp (void) in src/xdisp.c: > > with antiblink: 34969, around 7% load measured by Process Explorer > > without: 34977, also around 7% load > > > Hi Eli, > > We seem to have lost track of this, and it's waiting for your input. I'd > like this change to make it 27.1. I was under the impression that you had some issues with Alan, and didn't realize you were waiting for me. Sorry. > If you need to gain more confidence from more benchmarks or a refresher > on exactly what this change is about, I'm at your disposal. If you > think you're OK with the performance aspect, I'll perform the changes to > the docstrings and NEWS that we had agreed to previously. Please add/finalize the docs, and let's take it from there. One thing I see already is that you turned on this feature by default, but NEWS is worded as if it is off. Not sure if we had a consensus regarding the default back then. Thanks.