1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 20:30:28 +02:00
guile/module/language/cps
Andy Wingo fc95a944d3 DFG: Use maps have variable names
* module/language/cps/dfg.scm ($use-map): Add variable names to the use
  maps.
  (visit-fun, lookup-def, lookup-uses, constant-needs-allocation?)
  (variable-free-in?, dead-after-def?, dead-after-use?)
  (dead-after-branch?): Adapt to use-map change.
2013-10-21 11:51:11 +02:00
..
arities.scm Add arity-adapting module 2013-08-31 09:40:56 +02:00
closure-conversion.scm Add closure conversion 2013-08-31 09:40:56 +02:00
compile-rtl.scm RTL: Compile prompts 2013-10-14 16:13:57 +02:00
contification.scm DFG refactor to allow dominator tree construction 2013-10-10 12:42:50 +02:00
dfg.scm DFG: Use maps have variable names 2013-10-21 11:51:11 +02:00
primitives.scm Add CPS primitives info module 2013-08-31 09:40:56 +02:00
reify-primitives.scm Reify call-thunk/no-inline. 2013-10-14 16:43:42 +02:00
slot-allocation.scm RTL: Compile prompts 2013-10-14 16:13:57 +02:00
spec.scm Add CPS -> RTL compiler 2013-08-31 09:40:56 +02:00
verify.scm Fix verify-cps 2013-10-04 16:36:17 +02:00