From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Christopher Lemmer Webber Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile 3 update, August edition Date: Fri, 24 Aug 2018 08:18:51 -0400 Message-ID: <877ekgrm8k.fsf@dustycloud.org> References: <87k1olazap.fsf@pobox.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1535113016 6619 195.159.176.226 (24 Aug 2018 12:16:56 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 24 Aug 2018 12:16:56 +0000 (UTC) User-Agent: mu4e 1.0; emacs 26.1 Cc: guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Aug 24 14:16:52 2018 Return-path: Envelope-to: guile-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 1ftB1H-0001eO-TX for guile-devel@m.gmane.org; Fri, 24 Aug 2018 14:16:52 +0200 Original-Received: from localhost ([::1]:41529 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ftB3O-0007m0-Ar for guile-devel@m.gmane.org; Fri, 24 Aug 2018 08:19:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ftB3K-0007iQ-2X for guile-devel@gnu.org; Fri, 24 Aug 2018 08:18:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ftB3F-00040b-63 for guile-devel@gnu.org; Fri, 24 Aug 2018 08:18:58 -0400 Original-Received: from dustycloud.org ([50.116.34.160]:45140) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ftB3F-0003yC-0x for guile-devel@gnu.org; Fri, 24 Aug 2018 08:18:53 -0400 Original-Received: from jasmine (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id 7100E26653; Fri, 24 Aug 2018 08:18:51 -0400 (EDT) In-reply-to: <87k1olazap.fsf@pobox.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 50.116.34.160 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:19634 Archived-At: Andy Wingo writes: > In this particular example, the JITted code runs about 3x faster than > the interpreted code. The JIT doesn't do register allocation; not sure > precisely how to do that. A future topic. For the moment I want to > consolidate what we have and once it's all just magically working and > everybody's programs are faster, we release Guile 3. This is great news! Very excited about Guile 3 over here! :)