From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: "Garreau\, Alexandre" Newsgroups: gmane.emacs.help Subject: Re: Optimising Elisp code [again] Date: Tue, 09 Oct 2018 10:07:00 +0200 Message-ID: <87r2gz1r2z.fsf@portable.galex-713.eu> References: <8hxojvzzzzzz.m4h.xxuns.g6.gal@portable.galex-713.eu> <20181006192457.GB7368@tuxteam.de> <86lg79yl54.fsf@zoho.com> <86o9c5rbm8.fsf@zoho.com> <86va6cplz1.fsf@zoho.com> <86y3b7my9r.fsf@zoho.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 1539072328 8435 195.159.176.226 (9 Oct 2018 08:05:28 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 9 Oct 2018 08:05:28 +0000 (UTC) User-Agent: Gnus (5.13), GNU Emacs 25.1.1 (i686-pc-linux-gnu) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 09 10:05:24 2018 Return-path: Envelope-to: geh-help-gnu-emacs@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 1g9n1A-00025r-5t for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Oct 2018 10:05:24 +0200 Original-Received: from localhost ([::1]:50152 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9n3G-0007jj-HW for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Oct 2018 04:07:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9n2l-0007jG-2d for help-gnu-emacs@gnu.org; Tue, 09 Oct 2018 04:07:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9n2k-0000JU-DN for help-gnu-emacs@gnu.org; Tue, 09 Oct 2018 04:07:03 -0400 Original-Received: from portable.galex-713.eu ([2a00:5884:8305::1]:51846) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g9n2k-0000Ip-3J for help-gnu-emacs@gnu.org; Tue, 09 Oct 2018 04:07:02 -0400 Original-Received: from localhost ([::1] helo=portable.galex-713.eu) by portable.galex-713.eu with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1g9n2i-0001AN-A9 for help-gnu-emacs@gnu.org; Tue, 09 Oct 2018 10:07:00 +0200 X-GPG-FINGERPRINT: E109 9988 4197 D7CB B0BC 5C23 8DEB 24BA 867D 3F7F X-Accept-Language: fr, en, it, eo In-Reply-To: <86y3b7my9r.fsf@zoho.com> (Emanuel Berg's message of "Tue, 09 Oct 2018 08:26:08 +0200") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:5884:8305::1 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:118227 Archived-At: On 2018-10-09 at 08:26, Emanuel Berg wrote: > Barry Margolin wrote: > >> Since we're talking about a byte-code interpreter, not machine code, >> the pipeline is probably not relevant. > > Cannot one have a three-layer architecture, C, compiled Lisp, > interpretated Lisp? It=E2=80=99s already like this=E2=80=A6 or what are you talking about other= wise? We got C, which interprets directly both byte-compiled and interpreted lisp, which is all the high-level stuff.