1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-01 23:30:28 +02:00
guile/module
Andy Wingo bd1e5ff688 Switch unboxed-fields bitmask to be a Scheme integer
Requires a full rebuild!!

* libguile/struct.h (SCM_VTABLE_UNBOXED_FIELDS):
(SCM_VTABLE_FIELD_IS_UNBOXED): Use logbit? to determine if a field is
unboxed.
* module/language/cps/guile-vm/lower-primcalls.scm
(vtable-has-unboxed-fields?): Just check against SCM_INUM0.
(vtable-field-boxed?): Likewise, the bitmask is an integer.
* libguile/struct.c (set_vtable_access_fields): Set UNBOXED_FIELDS
bitmask as integer.
2025-06-24 15:05:28 +02:00
..
ice-9 Move transcoded ports implementation to Scheme 2025-06-18 11:06:12 +02:00
language Switch unboxed-fields bitmask to be a Scheme integer 2025-06-24 15:05:28 +02:00
oop Locale have static tc16 2025-06-18 12:18:24 +02:00
rnrs Move transcoded ports implementation to Scheme 2025-06-18 11:06:12 +02:00
scheme Update set of decimal zeroes for Unicode 15.1.0 2023-11-02 11:31:32 +01:00
scripts Move make-regexp, regexp?, regexp-exec to (ice-9 regex) 2025-06-17 14:10:12 +02:00
srfi Move char-set-cursor implementation to Scheme 2025-06-13 11:13:54 +02:00
sxml Deprecate srfi-14 in default environment 2025-06-13 09:03:20 +02:00
system Move make-regexp, regexp?, regexp-exec to (ice-9 regex) 2025-06-17 14:10:12 +02:00
texinfo Move make-regexp, regexp?, regexp-exec to (ice-9 regex) 2025-06-17 14:10:12 +02:00
web Deprecate srfi-14 in default environment 2025-06-13 09:03:20 +02:00
Makefile.am Rework bootstrap to be reproducible 2022-02-01 14:50:40 +01:00
rnrs.scm Remove all deprecated code from Scheme files 2025-05-05 12:33:37 +02:00
statprof.scm Replace after-gc-hook with {add,remove}-after-gc-callback! 2025-06-16 11:36:07 +02:00
texinfo.scm texinfo: Add basic support for @w{...}. 2020-06-18 00:30:30 +02:00