From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 616da8fa8e: Merge branch 'feature/fix-the-long-lines-display-bug' Date: Thu, 21 Jul 2022 19:24:45 +0300 Message-ID: <83edyemo1e.fsf@gnu.org> References: <165839997103.16342.15946302166780212268@vcs2.savannah.gnu.org> <20220721103932.9604DC0F20B@vcs2.savannah.gnu.org> <87y1wm7ipn.fsf@yahoo.com> <83v8rqmyeq.fsf@gnu.org> <87lesm7gnd.fsf@yahoo.com> <875yjq7g11.fsf@yahoo.com> <87tu7a608t.fsf@yahoo.com> <87fsiu5zsy.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35446"; mail-complaints-to="usenet@ciao.gmane.io" Cc: gregory@heytings.org, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jul 21 18:25:52 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oEYzo-00096L-4s for ged-emacs-devel@m.gmane-mx.org; Thu, 21 Jul 2022 18:25:52 +0200 Original-Received: from localhost ([::1]:43050 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oEYzn-0005iV-5C for ged-emacs-devel@m.gmane-mx.org; Thu, 21 Jul 2022 12:25:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44282) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEYyq-0004y9-Qi for emacs-devel@gnu.org; Thu, 21 Jul 2022 12:24:52 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54814) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEYyq-0005NN-BU; Thu, 21 Jul 2022 12:24:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=4505vQ4afj3wjE3qk2PA74OQEwgqEidNwgjvogYjZiA=; b=KZSWLPjN2lxX Cl26lriGvdY08HlrdUGTok/e0hReIyQBdVQ181qaDDX5uwThykJx6RsNnfj2Bk9pdgnflli97Eqf/ xfhoS+rHryNb49ZYAbaYXKf+t2hiATfT4U+38qPx/HRG+2wXP6ajIJNYGKNqnIqQl1qWfkSe2h8mN fVS1YfltZ6Qk7j0ulvcBjjMK5P/NCjJ/1iDaL0aDWQvWnYp/IWF3tSqOml32kPNksprMUJzTM0KOw PooG7e5FCW+I8S1N48Y2y68kWFeZxz5F/PUpyeVXYdaHVHxYk1N0v4Qb85FTOyubz99rRla9m3hW7 D8gBSLyKRgQL4vBHTvY8TQ==; Original-Received: from [87.69.77.57] (port=1316 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEYyp-0007iL-Py; Thu, 21 Jul 2022 12:24:52 -0400 In-Reply-To: <87fsiu5zsy.fsf@yahoo.com> (message from Po Lu on Thu, 21 Jul 2022 22:02:37 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:292378 Archived-At: > From: Po Lu > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Thu, 21 Jul 2022 22:02:37 +0800 > > Gregory Heytings writes: > > > Please read the sentence above again. "Before the merge this takes > > about 50 seconds. Now it is intantaneous." Is that not enough for > > you to "appreciate a noticable speed-up"? > > I see, but it was not instantaneous, so I didn't understand your > sentence very well. Is your build optimized or unoptimized? In an unoptimized build it is indeed not instantaneous, but it's faster. > > I sent you the error a few hours ago: > > > > cedet/semantic/symref/list.el:35:2: Error: Wrong type argument: number-or-marker-p, nil > > > > (with make bootstrap). > > That is certainly unrelated to a29a3ad55d. Actually, it is related, and should be fixed now.