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 649f6043de More precise dead-after-use? for loop variables
* module/language/cps/dfg.scm (dead-after-use?):
  (dead-after-branch?): A symbol defined in the header block of a loop
  is still within the same loop.
2013-10-12 16:36:28 +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 Add new "source" macro instruction; compile-rtl emits it. 2013-09-30 21:48:07 +02:00
contification.scm DFG refactor to allow dominator tree construction 2013-10-10 12:42:50 +02:00
dfg.scm More precise dead-after-use? for loop variables 2013-10-12 16:36:28 +02:00
primitives.scm Add CPS primitives info module 2013-08-31 09:40:56 +02:00
reify-primitives.scm Add pass to reify primcalls without corresponding VM ops 2013-08-31 09:40:56 +02:00
slot-allocation.scm Fix slot allocation bug 2013-10-05 15:57:54 +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