From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Native display of line numbers Date: Mon, 19 Jun 2017 07:15:02 +0300 Message-ID: <0CAE0562-0A5C-42E0-B4BF-12F2739BCDCB@gnu.org> References: <83lgoqzm0v.fsf@gnu.org> <32799d7b-6c56-7972-4ed3-4173b7b2d751@grinta.net> <83h8zdxdss.fsf@gnu.org> <6a2b3f2f-8304-2dbf-6ad3-53459e1cb4c9@grinta.net> <5e9f620a-689d-2a26-321f-dc595b166c84@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1497845741 18014 195.159.176.226 (19 Jun 2017 04:15:41 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 19 Jun 2017 04:15:41 +0000 (UTC) User-Agent: K-9 Mail for Android To: emacs-devel@gnu.org, =?ISO-8859-1?Q?Cl=E9ment_Pit-Claudel?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 19 06:15:34 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dMo6A-0004Is-HI for ged-emacs-devel@m.gmane.org; Mon, 19 Jun 2017 06:15:34 +0200 Original-Received: from localhost ([::1]:40553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMo6F-0002Bl-RE for ged-emacs-devel@m.gmane.org; Mon, 19 Jun 2017 00:15:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMo5l-0002AQ-Va for emacs-devel@gnu.org; Mon, 19 Jun 2017 00:15:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dMo5i-0004YV-Rm for emacs-devel@gnu.org; Mon, 19 Jun 2017 00:15:09 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMo5i-0004YP-P6; Mon, 19 Jun 2017 00:15:06 -0400 Original-Received: from [176.13.236.4] (port=16853 helo=[10.129.165.113]) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dMo5h-0002OK-QO; Mon, 19 Jun 2017 00:15:06 -0400 In-Reply-To: <5e9f620a-689d-2a26-321f-dc595b166c84@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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:215768 Archived-At: On June 19, 2017 5:44:11 AM GMT+03:00, "Cl=C3=A9ment Pit-Claudel" wrote: > On 2017-06-18 16:48, Daniele Nicolodi wrote: > That's not how I remember it, at least=2E IIUC, the debate was mostly > about the data representation format for the dump file (C code, or > ELisp)=2E The implementation of the dumper and loader was mostly C in > both cases, although in the ELisp representation the loader was just > the (existing) ELisp reader=2E Did I misunderstand? >=20 > Cl=C3=A9ment=2E Ken's implementation of dumping is in loadup=2Eel, so it is in Lisp=2E Th= e changes in C are mostly to speed up loading =2Eelc files and some auxiliary infras= tructure=2E