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: [External] : Emacs pretest 28.0.91 is out Date: Thu, 13 Jan 2022 08:30:59 +0200 Message-ID: <83o84g4064.fsf@gnu.org> References: <8735lvngyx.fsf@yahoo.com> <865yqquexk.fsf@duenenhof-wilhelm.de> <83wnj55d5d.fsf@gnu.org> <86mtk0u036.fsf@duenenhof-wilhelm.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5906"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, corwin@bru.st, stefan@marxist.se, drew.adams@oracle.com, emacs-devel@gnu.org To: "H. Dieter Wilhelm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 13 07:53:15 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 1n7tz0-0001Lj-41 for ged-emacs-devel@m.gmane-mx.org; Thu, 13 Jan 2022 07:53:14 +0100 Original-Received: from localhost ([::1]:34520 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n7tyy-0008H6-FR for ged-emacs-devel@m.gmane-mx.org; Thu, 13 Jan 2022 01:53:12 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:60470) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7tdY-0001WW-4i for emacs-devel@gnu.org; Thu, 13 Jan 2022 01:31:06 -0500 Original-Received: from [2001:470:142:3::e] (port=38146 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7tdX-0006CM-4F; Thu, 13 Jan 2022 01:31:03 -0500 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=BAD4y1fMTorS4WZ1x8Q80VxQOX/qDIJxJqCY4pKmy/A=; b=OhNxNMNLL29e QPIo6dqcfM2GqJmAa43bm6vNPnUlVDa5YJWJNqZ9sWtbeXsRVZ6ZW1XTe3NKpLKqTW91q9GaZ6TnP lfbqQs6CXpJBjx+X/YdMnkO4rs3V2u7OH+7bSvo1WATpIc/rZDnO9mTQX4ZqJR7HL/2Zm2mswgc6Q erLwQd1dwIbEWYNn57htO14Iutans2d3rF37DefAmGx+zIKAt/Ew8qNBZA+6PDaAcDzjOjgKJrAgV Z825a0rxleM2NaDC2jyvXmxRiQrGjT6Tsu7q/IdVNsds6YC7JSRLyuPddjsesoj1Gzc56ySnlXZKi vAsuyDQ7l93xfvrZ/ispLQ==; Original-Received: from [87.69.77.57] (port=3333 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 1n7tdW-0007We-Qt; Thu, 13 Jan 2022 01:31:03 -0500 In-Reply-To: <86mtk0u036.fsf@duenenhof-wilhelm.de> (dieter@duenenhof-wilhelm.de) 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:284680 Archived-At: > From: "H. Dieter Wilhelm" > Cc: Corwin Brust , luangruo@yahoo.com, stefan@marxist.se, > drew.adams@oracle.com, emacs-devel@gnu.org > Date: Wed, 12 Jan 2022 22:15:57 +0100 > > > I'm not sure this is correct/justified. Wouldn't it be better to have > > just one build that could support both variants? It is supposed to > > work that way, but I don't think anyone tested this in practice. It > > would be good to see if that indeed works as intended, and if not, > > report the issues which prevent that. > > I don't quite understand, does this mean that ALL .elc files are getting > .eln companions? Not necessarily. If you use the "normal" build procedure, only the Lisp files that are preloaded (and a few additional support files) will be natively compiled, the rest will be left as *.elc files. But I'm not sure I understand why you are asking this. > Or can this work as under Gnu-Linux with JIT compilation? If libgccjit is not available, Emacs should use the *.elc files.