mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Update NEWS.
* NEWS: Update.
This commit is contained in:
parent
3523ad1326
commit
492717db95
1 changed files with 7 additions and 0 deletions
7
NEWS
7
NEWS
|
@ -92,6 +92,13 @@ These replace the wonky "bit-set*!" procedure.
|
||||||
Previously statprof would show strings like "anon #x1234" for primitives
|
Previously statprof would show strings like "anon #x1234" for primitives
|
||||||
written in C.
|
written in C.
|
||||||
|
|
||||||
|
** Compiler reduces 'equal?' when passed a character literal
|
||||||
|
|
||||||
|
The compiler now properly reduces expressions such as (equal? c #\x) to
|
||||||
|
(eq? c #\x). This was not the case in 3.0.2, which could lead to slower
|
||||||
|
code, especially in 'match' expressions with many clauses with with
|
||||||
|
character literals.
|
||||||
|
|
||||||
** JIT bugs on ARMv7 have been fixed
|
** JIT bugs on ARMv7 have been fixed
|
||||||
(<https://bugs.gnu.org/40737>,
|
(<https://bugs.gnu.org/40737>,
|
||||||
<https://gitlab.com/wingo/lightening/-/issues/12>)
|
<https://gitlab.com/wingo/lightening/-/issues/12>)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue