From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Rewriting make-docfile.c in Lisp? Date: Wed, 05 May 2021 15:38:41 -0400 Message-ID: References: <87zgx9rx7w.fsf@catern.com> <83bl9p2m6s.fsf@gnu.org> <87v97xrurb.fsf@catern.com> <87r1ilrpnt.fsf@catern.com> <83eeelf0y2.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31186"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: sbaugh@catern.com, acm@muc.de, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed May 05 21:41:19 2021 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 1leNOY-000805-I1 for ged-emacs-devel@m.gmane-mx.org; Wed, 05 May 2021 21:41:18 +0200 Original-Received: from localhost ([::1]:54102 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1leNOX-0006q7-I1 for ged-emacs-devel@m.gmane-mx.org; Wed, 05 May 2021 15:41:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47882) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1leNMA-0005Ej-Ex for emacs-devel@gnu.org; Wed, 05 May 2021 15:38:50 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:50944) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1leNM8-0007jb-32; Wed, 05 May 2021 15:38:49 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id DEC51441335; Wed, 5 May 2021 15:38:43 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 86D4944097A; Wed, 5 May 2021 15:38:42 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1620243522; bh=JqBFtw/UHW7+OSVZxEzoSkoEA5OhUilXuaoUIZR7mFM=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=EabK5ujosE3Ou+HorxALYbdvopW3sykqLHUV+SqaLqtpi92AbUGpVeCxN423Ncy2B jd0L3tDshtDOPbEntSQtJJBmxiNq2q2lz2SGKWU1SVDBgyC/MVpJFgJP9qNGMmaZTr a8Lhhy3JevZZl8C+CLd+C6UVFatt/eyS/EEYpTGXJxky77eQ1zrMKicet90s3Rc5iy BqXxB1ZM2Q5rqpDI5f5sHArILpZ9gtg2z6yvgOzRPBzpaO27D+PZiNVwwzMXdpQh3G mr0Nh3puoPVdy7BwcyQQ8GaqQfprM8ElxrDqrQaX2Jlk8t3fvoWqaU0EwjEPxSDNJR AYEP90GmxebsQ== Original-Received: from alfajor (76-10-140-76.dsl.teksavvy.com [76.10.140.76]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 39CD3120971; Wed, 5 May 2021 15:38:42 -0400 (EDT) In-Reply-To: <83eeelf0y2.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 05 May 2021 22:13:57 +0300") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:268925 Archived-At: >> It could be changed such that `make` can run it in parallel on each >> C file, indeed > > But the same could be done with the C version, no? Of course (I think the argument was just that it might be easier to make such a change to the code if it's written in ELisp than in C; I don't know whether that's indeed the case, I haven't thought about it nor refreshed my memory of how `make-docfile.c` currently works). Stefan