1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-01 15:20:34 +02:00
guile/module/language
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
..
brainfuck Add compiler chooser implementation; fix bugs with previous commit 2020-05-08 22:56:37 +02:00
bytecode linker: Do not store entire ELF in memory when writing to a file. 2023-01-17 17:49:05 +01:00
cps Switch unboxed-fields bitmask to be a Scheme integer 2025-06-24 15:05:28 +02:00
ecmascript Move weak table implementation to Scheme 2025-05-13 14:57:31 +02:00
elisp Move R5RS promises implementation to Scheme 2025-06-17 09:41:33 +02:00
scheme Deprecate srfi-14 in default environment 2025-06-13 09:03:20 +02:00
tree-il Fix bytevector mutators to correctly check for mutability 2025-05-30 16:48:26 +02:00
value Add 'for-humans?' flag to <language> specifications. 2013-01-27 10:16:40 -05:00
wisp Add language/wisp, Wisp tests, and SRFI-119 documentation 2024-06-01 11:50:16 +02:00
bytecode.scm Move R5RS promises implementation to Scheme 2025-06-17 09:41:33 +02:00
cps.scm Move source properties out to a module 2025-05-12 16:29:04 +02:00
tree-il.scm Move source properties out to a module 2025-05-12 16:29:04 +02:00
wisp.scm Move source properties out to a module 2025-05-12 16:29:04 +02:00