guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch main updated (e903b7679 -> 9a004606e)


From: Ludovic Courtès
Subject: [Guile-commits] branch main updated (e903b7679 -> 9a004606e)
Date: Tue, 17 Jan 2023 11:49:46 -0500 (EST)

civodul pushed a change to branch main
in repository guile.

    from e903b7679 Document R7RS functions related to bytevectors
     new cd9fc16ba Add test for 'string-ref' with a negative index at -O2.
     new 15c4c4ceb assembler: Separate 'process-relocs' from 'patch-relocs!'.
     new fc5eae5d0 assembler: Separate effectful part of 'link-symtab'.
     new c7f1522c6 assembler: Separate effectful part of 'link-dynamic-section'.
     new dc0c4ccb1 assembler: Separate effectful part of 'link-procprops'.
     new 13e2d5b66 assembler: Separate effectful part of 'link-frame-maps'.
     new d439a3f67 assembler: Separate effectful part of 'link-docstrs'.
     new d0d974360 linker: Separate effectful part of 'add-elf-objects'.
     new 041f11b35 linker, assembler: Avoid intermediate bytevectors.
     new 4ab71e1f0 linker: Linker object writer takes a single argument.
     new 3cd64feb2 linker: Do not store entire ELF in memory when writing to a 
file.
     new 9a004606e Update NEWS.

The 12 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:
 NEWS                              |  16 +-
 module/language/bytecode/spec.scm |  17 +-
 module/system/vm/assembler.scm    | 413 +++++++++++++++++++++++---------------
 module/system/vm/linker.scm       | 194 ++++++++++++------
 test-suite/tests/linker.test      |  22 +-
 test-suite/tests/strings.test     |  19 +-
 6 files changed, 443 insertions(+), 238 deletions(-)



reply via email to

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