1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-19 19:20:23 +02:00
guile/module/language/cps
Andy Wingo bc5a599cad Unknown primcalls convert as calls
* module/language/cps/reify-primitives.scm (reify-primitives): Remove
  case where $prim could continue to $kreceive; this isn't possible.
  However when reifying an unknown primcall, always add a $kreceive, as
  the continuation has to be $kargs.
* module/language/tree-il/compile-cps.scm (convert): Unknown primcalls
  convert as calls.  With this change, all primcalls should continue to
  $kargs, with the exception of 'throw.
2017-12-27 15:46:31 +01:00
..
closure-conversion.scm Use unchecked scm-ref/set in closure conversion 2017-12-06 13:46:14 +01:00
compile-bytecode.scm Flesh out compile-bytecode for all heap objects 2017-12-27 15:46:31 +01:00
contification.scm Contification also inlines "elide-values" pass 2017-12-27 15:46:31 +01:00
cse.scm Add scm-ref, etc instructions for generic heap object field access 2017-12-06 11:13:29 +01:00
dce.scm Fix DCE over primcall setters with params 2017-12-06 13:44:17 +01:00
devirtualize-integers.scm Refactor to finish the primcalls-take-parameters work 2017-11-24 11:03:46 +01:00
effects-analysis.scm Fix mismatch between CPS and Scheme "complex?" predicate 2017-12-27 15:46:31 +01:00
handle-interrupts.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
intmap.scm Add nullary intmap and intset folders 2017-11-29 19:57:11 +01:00
intset.scm Add nullary intmap and intset folders 2017-11-29 19:57:11 +01:00
licm.scm Contification also inlines "elide-values" pass 2017-12-27 15:46:31 +01:00
optimize.scm Remove inline-constructors pass 2017-12-27 15:46:31 +01:00
peel-loops.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
prune-bailouts.scm Bailouts can continue directly to tail 2017-12-05 14:27:01 +01:00
prune-top-level-scopes.scm cache-current-module, etc use immediate primcall parameters 2017-11-05 15:00:16 +01:00
reify-primitives.scm Unknown primcalls convert as calls 2017-12-27 15:46:31 +01:00
renumber.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
rotate-loops.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
self-references.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
simplify.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
slot-allocation.scm -O1 disables call precoloring 2017-11-30 16:58:58 +01:00
spec.scm Fix guild compile --to=cps / --from=cps 2017-02-23 11:37:44 +01:00
specialize-numbers.scm Fix NaN handling in <= and >= 2017-12-02 21:07:48 +01:00
specialize-primcalls.scm Assignment conversion uses unchecked memory accessors 2017-12-06 11:26:03 +01:00
split-rec.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
type-checks.scm Fix type check elision for branches 2017-11-24 10:36:14 +01:00
type-fold.scm Fix NaN handling in <= and >= 2017-12-02 21:07:48 +01:00
types.scm Fix mismatch between CPS and Scheme "complex?" predicate 2017-12-27 15:46:31 +01:00
utils.scm Refactor to finish the primcalls-take-parameters work 2017-11-24 11:03:46 +01:00
verify.scm Refactor lowering of Tree-IL primcalls to CPS 2017-12-27 15:46:31 +01:00
with-cps.scm Add missing files 2015-07-22 18:27:37 +02:00