1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-22 11:34:09 +02:00
guile/module/system/vm
Andy Wingo d4abe8bbed Avoid needless 64-bit args on 32-bit machines for some intrinsics
* libguile/intrinsics.h:
* libguile/intrinsics.c (string_set_x): Change to take size_t and u32 as
  args.
  (allocate_words): Change to take size_t as arg.
* libguile/vm.c (expand_apply_argument): Rename from rest_arg_length,
  and also handle the stack manipulation.
* libguile/vm-engine.c (expand-apply-argument): Update for intrinsic
  change.
  (call-scm-sz-u32): Rename from call-scm-u64-u64, as it matches its
  uses and will compile better on 32-bit systems.
* module/system/vm/assembler.scm (define-scm-sz-u32-intrinsic):
  (string-set!): Update for new instrinsic call inst.
* libguile/jit.c (compile_call_scm_sz_u32): Adapt.
2018-08-13 14:30:01 +02:00
..
assembler.scm Avoid needless 64-bit args on 32-bit machines for some intrinsics 2018-08-13 14:30:01 +02:00
coverage.scm No more VM objects visible to Scheme 2013-11-21 16:45:03 +01:00
debug.scm Rename gc-pointer-ref to pointer-ref 2018-01-14 13:40:05 +01:00
disassembler.scm Rework VM approach to shuffling unknown numbers of args 2018-07-20 11:42:30 +02:00
dwarf.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
elf.scm elf: Add missing argument in 'elf-segment'. 2015-03-30 15:19:58 +02:00
frame.scm Remove push continuation hook; return hook runs before FP pop 2018-08-06 17:00:45 +02:00
inspect.scm Remove assembly language. 2013-11-08 16:45:10 +01:00
linker.scm linker: Don't rely on out-of-range bv-ref exceptions. 2018-08-07 12:14:10 +02:00
loader.scm Rename objcodes?.{scm,c,h} to loader.{scm,c,h} 2013-11-19 21:45:07 +01:00
program.scm Rewrite subr implementation 2018-07-29 15:47:07 +02:00
trace.scm Remove push continuation hook; return hook runs before FP pop 2018-08-06 17:00:45 +02:00
trap-state.scm No more VM objects visible to Scheme 2013-11-21 16:45:03 +01:00
traps.scm VM hooks take no values 2018-08-07 11:05:56 +02:00
vm.scm Remove push continuation hook; return hook runs before FP pop 2018-08-06 17:00:45 +02:00