1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-02 07:40:30 +02:00
guile/module/language/cps
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
..
guile-vm Switch unboxed-fields bitmask to be a Scheme integer 2025-06-24 15:05:28 +02:00
closure-conversion.scm Add new $calli expression type. 2023-08-17 14:16:12 +02:00
compile-bytecode.scm Fix bytevector mutators to correctly check for mutability 2025-05-30 16:48:26 +02:00
contification.scm Add new $calli expression type. 2023-08-17 14:16:12 +02:00
cse.scm Add new $calli expression type. 2023-08-17 14:16:12 +02:00
dce.scm Add new $calli expression type. 2023-08-17 14:16:12 +02:00
devirtualize-integers.scm Add new $calli expression type. 2023-08-17 14:16:12 +02:00
dump.scm Add new $calli expression type. 2023-08-17 14:16:12 +02:00
effects-analysis.scm Fix bytevector mutators to correctly check for mutability 2025-05-30 16:48:26 +02:00
elide-arity-checks.scm New pass: elide-arity-checks 2021-04-21 22:41:12 +02:00
graphs.scm Use transient intset/intmap optimizations when computing SCCs 2025-01-22 16:50:52 +01:00
guile-vm.scm Allow targets to preclude unbound variables 2023-11-23 12:31:38 +01:00
intmap.scm Fix intmap-intersect edge case 2019-06-11 12:56:23 +02:00
intset.scm Fix intset-fold-right on transient intsets 2024-08-15 12:18:02 +02:00
licm.scm Add $switch CPS term kind 2020-08-12 23:30:08 +02:00
optimize.scm Introduce target-runtime parameter for backend-specific CPS lowering 2023-08-17 14:16:12 +02:00
peel-loops.scm Add new $calli expression type. 2023-08-17 14:16:12 +02:00
prune-top-level-scopes.scm cache-current-module, etc use immediate primcall parameters 2017-11-05 15:00:16 +01:00
renumber.scm Add new $calli expression type. 2023-08-17 14:16:12 +02:00
return-types.scm Add new pass to optimize away return value count checks 2021-11-15 15:32:54 +01:00
rotate-loops.scm Add new $calli expression type. 2023-08-17 14:16:12 +02:00
self-references.scm Add new $calli expression type. 2023-08-17 14:16:12 +02:00
simplify.scm Add new $calli expression type. 2023-08-17 14:16:12 +02:00
slot-allocation.scm More precise value representations for bv-contents, $code 2023-08-17 14:16:12 +02:00
spec.scm Move source properties out to a module 2025-05-12 16:29:04 +02:00
specialize-numbers.scm Run sigbits fixpoint based on use/def graph, not cfg 2024-09-26 11:14:52 +02:00
specialize-primcalls.scm Compiler allocates boxed flonums in unmarked space 2019-08-26 10:19:24 +02:00
split-rec.scm Add new $calli expression type. 2023-08-17 14:16:12 +02:00
switch.scm Allow target runtime to override symbol hash 2023-11-20 14:23:14 +01:00
type-checks.scm $branch is now a distinct CPS term type 2018-01-03 16:16:39 +01:00
type-fold.scm Fix bytevector mutators to correctly check for mutability 2025-05-30 16:48:26 +02:00
types.scm Fix bytevector mutators to correctly check for mutability 2025-05-30 16:48:26 +02:00
utils.scm Fix string-utf8-length to have unboxed representation 2025-02-20 12:38:28 +01:00
verify.scm Add new $calli expression type. 2023-08-17 14:16:12 +02:00
with-cps.scm Add missing files 2015-07-22 18:27:37 +02:00