guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 04/04: Update NEWS


From: Andy Wingo
Subject: [Guile-commits] 04/04: Update NEWS
Date: Thu, 23 May 2019 03:42:05 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 9ffda1ce611e998f090124a908a5ca8e5775a974
Author: Andy Wingo <address@hidden>
Date:   Thu May 23 09:34:54 2019 +0200

    Update NEWS
    
    * NEWS: Add 2.9.2 information.
---
 NEWS | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index c6c2e62..d81d084 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,37 @@
 Guile NEWS --- history of user-visible changes.
-Copyright (C) 1996-2018 Free Software Foundation, Inc.
+Copyright (C) 1996-2019 Free Software Foundation, Inc.
 See the end for copying conditions.
 
 Please send Guile bug reports to address@hidden
 
 
 
+Changes in alpha 2.9.2 (since alpha 2.9.1):
+
+* Notable changes
+
+** Just-in-time code generation support on ARMv7, ia32, AArch64
+
+This release adds just-in-time (JIT) native code generation for the
+ia32, ARMv7, and AArch64 platforms, in addition to the x86-64 support
+already present in 2.9.1.
+
+** Cheaper just-in-time code generation
+
+Guile now includes a forked version of GNU Lightning.  This "Lightening"
+effort, spun out as a separate project, aims to build on the back-end
+support from GNU Lightning, but adapting the API and behavior of the
+library to match Guile's needs.
+
+One of the important points that this project fixes is run-time
+overhead.  With the adoption of Lightening, Guile has lowered its
+thresholds for when to generate native code at run-time, so that user
+programs run faster, sooner.
+
+For more information, see https://gitlab.com/wingo/lightening.
+
+
+
 Changes in alpha 2.9.1 (since the stable 2.2 series):
 
 * Notable changes



reply via email to

[Prev in Thread] Current Thread [Next in Thread]