civodul pushed a change to branch wip-linker-assembler-memory-consumption in repository guile.
from 2ac4e5a3d linker, assembler: Avoid intermediate bytevectors. new 048651993 linker: Linker object writer takes a single argument. new cdf9a0ac4 DRAFT linker: Do not store entire ELF in memory when writing to a file. The 2 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: module/language/bytecode/spec.scm | 17 +++++-- module/system/vm/assembler.scm | 50 +++++++++------------ module/system/vm/linker.scm | 95 ++++++++++++++++++++++++++++----------- test-suite/tests/linker.test | 5 ++- 4 files changed, 108 insertions(+), 59 deletions(-)