1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-23 03:54:12 +02:00
guile/module/language/cps
Andy Wingo e7f2fe1bb7 Redefine memory kind part of effects to be enumeration, not flags
* module/language/cps/effects-analysis.scm (define-enumeration): New
  helper.
  (&memory-kind-mask): Define as an enumeration, not a bitfield.  Add
  &unknown-memory-kinds.
  (&all-effects, effect-clobbers?, make-prompt-tag, expression-effects):
  Adapt.

Note that this change requires dce.go and cse.go to be recompiled.
2014-05-16 16:17:53 +02:00
..
arities.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
closure-conversion.scm Remove debugging code in closure-conversion 2014-04-13 14:26:03 +02:00
compile-bytecode.scm Enable type folding 2014-05-15 17:39:24 +02:00
constructors.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
contification.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
cse.scm Rewrite effects analysis to be precise for fields. 2014-05-08 10:39:49 +02:00
dce.scm DCE uses type analysis to elide type checks 2014-05-15 17:39:24 +02:00
dfg.scm Add dump-dfg pretty-printer 2014-05-07 15:28:50 +02:00
effects-analysis.scm Redefine memory kind part of effects to be enumeration, not flags 2014-05-16 16:17:53 +02:00
elide-values.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
primitives.scm Bytevector f32 an f64 ops actually map to VM primitives 2014-02-11 21:54:05 +01:00
prune-bailouts.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
prune-top-level-scopes.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
reify-primitives.scm First-order CPS has $program and $closure forms 2014-04-12 14:59:31 +02:00
renumber.scm First-order CPS has $program and $closure forms 2014-04-12 14:59:31 +02:00
self-references.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
simplify.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
slot-allocation.scm Operations on 8-bit and 12-bit operands shuffle args into range 2014-04-21 22:47:28 +02:00
spec.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
specialize-primcalls.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
type-fold.scm Limit impact of O(n^2) type analysis by imposing limit 2014-05-15 17:39:24 +02:00
types.scm Limit impact of O(n^2) type analysis by imposing limit 2014-05-15 17:39:24 +02:00
verify.scm Update verify-cps 2014-04-12 22:42:23 +02:00