From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jens C. Jensen Newsgroups: gmane.emacs.devel Subject: Re: Getting ready to land native-compilation on master Date: Fri, 09 Apr 2021 19:12:34 +0200 Message-ID: <87a6q7xtz1.fsf@subst.net> References: <83v98v7dzs.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="20283"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Andrea Corallo To: Eli Zaretskii , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Apr 09 19:23:29 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 1lUuqu-0005BA-Ky for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Apr 2021 19:23:28 +0200 Original-Received: from localhost ([::1]:60120 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lUuqt-0003C7-Lq for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Apr 2021 13:23:27 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36102) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUuhK-0007qd-5s for emacs-devel@gnu.org; Fri, 09 Apr 2021 13:13:34 -0400 Original-Received: from out2.migadu.com ([188.165.223.204]:26815) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUuhC-0007Nf-T2; Fri, 09 Apr 2021 13:13:33 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=subst.net; s=key1; t=1617988393; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to; bh=j/aw0st0EAME+qx+WTK/FxitTQMacycM/i11tPeRvCc=; b=OnixtcutDWdAeo3t8jFFGABuUUDAgpWxWHqig7kblH9/5m9Ch717yFTy73oDdX/xbrQ2JQ vgkhVAefizKMpE/w6lOCZun8757qocCCD6CWUMHhK8uLbcwI8+Ua11wvbGtRpOt0oZ+j01 9Fu5zPYNMEn2XuSJdg87nqnESS1js1fzrK3pF5u/t04hJ+GBCrGuKBRvLLT3Z2rWiyPraV w/uGqQbFDOn36m3xUWSu1h8WGfPja4rR5PH3pQ91vUMpN1cY0NCfu0e7b6DwrPHSbD8Gvh p7iDl+AGwJ8wCi4U3Vur2YS7CrmwHcejGKRGXmWvyUGgbRRbkxFkhJMdFSq3lw== In-Reply-To: <83v98v7dzs.fsf@gnu.org> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: jens@subst.net Received-SPF: pass client-ip=188.165.223.204; envelope-from=jens@subst.net; helo=out2.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Fri, 09 Apr 2021 13:22:34 -0400 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:267729 Archived-At: > From: Eli Zaretskii > Date: Fri, 09 Apr 2021 17:02:15 +0300 > Cc: Andrea Corallo > AFAICT, we are quite ready to land this important feature. This is great news! I've been on the branch for several months now with no major issues, the only oddity I've found was that natively-compiled elisp are subrs (as Pip already mentioned), which messed up my syntax highlighting. A big Thank-You to Andrea for the great work getting this far! P.S. Is Andreas website on gccemacs[1] the proper place to get in-depth information about the implementation? It feels more like a change-log. [1] https://akrl.sdf.org/gccemacs.html