index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
module
/
system
/
vm
/
linker.scm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-16
linker: Create a sparse file only when writing to a file port.
Ludovic Courtès
1
-5
/
+16
2024-04-15
linker: Create sparse files for padding.
Ludovic Courtès
1
-10
/
+4
2023-02-24
Remove unnecessary module imports.
Ludovic Courtès
1
-2
/
+0
2023-01-17
linker: Do not store entire ELF in memory when writing to a file.
Ludovic Courtès
1
-11
/
+59
2023-01-17
linker: Linker object writer takes a single argument.
Ludovic Courtès
1
-15
/
+12
2023-01-17
linker, assembler: Avoid intermediate bytevectors.
Ludovic Courtès
1
-48
/
+71
2023-01-17
linker: Separate effectful part of 'add-elf-objects'.
Ludovic Courtès
1
-5
/
+15
2018-10-08
Fix linker bug that could fail to find the shstrtab
Andy Wingo
1
-16
/
+17
2018-08-07
linker: Don't rely on out-of-range bv-ref exceptions.
Ludovic Courtès
1
-3
/
+3
2017-03-08
64KB segment alignment
Andy Wingo
1
-2
/
+37
2015-12-26
Assembler works on byte offsets, not u32 offsets
Andy Wingo
1
-4
/
+2
2014-02-17
PT_DYNAMIC inside some other PT_LOAD segment
Andy Wingo
1
-18
/
+38
2014-02-16
ELF linker can produce objects with native ABI
Andy Wingo
1
-9
/
+20
2013-12-10
Fix section table writing for non-loadable sections
Andy Wingo
1
-11
/
+17
2013-12-10
Non-loadable sections should not have an sh_addr field set
Andy Wingo
1
-6
/
+12
2013-06-09
linker string tables are stateful objects
Andy Wingo
1
-33
/
+45
2013-05-23
refactor linker to lay out ELF files and memory in the same way
Andy Wingo
1
-168
/
+355
2013-05-23
ELF refactor and consequent linker simplifications
Andy Wingo
1
-153
/
+168
2013-05-23
split linker out of elf module
Andy Wingo
1
-0
/
+442