[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch main updated (112b617f5 -> e2fad2025)
From: |
Andy Wingo |
Subject: |
[Guile-commits] branch main updated (112b617f5 -> e2fad2025) |
Date: |
Mon, 22 Apr 2024 09:21:39 -0400 (EDT) |
wingo pushed a change to branch main
in repository guile.
from 112b617f5 linker: Create a sparse file only when writing to a file
port.
new 6cdea3995 replace use of uninitialized variable size in
reset_literal_pool
new 3f495cc5d set size to known value before init
new 636f43bc5 Merge branch 'topic/fix-reset-literal-pool' into 'main'
new d759faa27 Fix CI
new 2c0126e3e aarch64: Fix swap_atomic retry
new 43262c096 aarch64: Add support for LSE atomics
new 57c5018b3 Merge remote-tracking branch 'lightening/main'
new 6b99eb521 Fix compilation when SCM_I_PTHREAD_ONCE_INIT is not aggregate
new e2fad2025 Merge Lightening update branch
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
libguile/lightening/.gitlab-ci.yml | 4 +-
libguile/lightening/lightening/aarch64-cpu.c | 80 +++++++++++++++++++---------
libguile/lightening/lightening/aarch64.c | 32 ++++++++++-
libguile/lightening/lightening/lightening.c | 1 +
libguile/scmsigs.c | 2 +-
5 files changed, 91 insertions(+), 28 deletions(-)
- [Guile-commits] branch main updated (112b617f5 -> e2fad2025),
Andy Wingo <=
- [Guile-commits] 03/09: Merge branch 'topic/fix-reset-literal-pool' into 'main', Andy Wingo, 2024/04/22
- [Guile-commits] 01/09: replace use of uninitialized variable size in reset_literal_pool, Andy Wingo, 2024/04/22
- [Guile-commits] 08/09: Fix compilation when SCM_I_PTHREAD_ONCE_INIT is not aggregate, Andy Wingo, 2024/04/22
- [Guile-commits] 05/09: aarch64: Fix swap_atomic retry, Andy Wingo, 2024/04/22
- [Guile-commits] 09/09: Merge Lightening update branch, Andy Wingo, 2024/04/22
- [Guile-commits] 06/09: aarch64: Add support for LSE atomics, Andy Wingo, 2024/04/22
- [Guile-commits] 04/09: Fix CI, Andy Wingo, 2024/04/22
- [Guile-commits] 02/09: set size to known value before init, Andy Wingo, 2024/04/22
- [Guile-commits] 07/09: Merge remote-tracking branch 'lightening/main', Andy Wingo, 2024/04/22