1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-17 23:32:25 +02:00
guile/module/language/tree-il
Ludovic Courtès 4b856371b3 Add unused variable analysis in the tree-il->glil compiler.
* module/language/tree-il/analyze.scm (<binding-info>): New record type.
  (report-unused-variables): New procedure.

* module/language/tree-il/compile-glil.scm (%warning-passes): New
  variable.
  (compile-glil): Honor `#:warnings' from OPTS.

* test-suite/tests/tree-il.test (call-with-warnings): New procedure.
  (%opts-w-unused): New variable.
  ("warnings"): New test prefix.
2009-07-31 00:49:22 +02:00
..
analyze.scm Add unused variable analysis in the tree-il->glil compiler. 2009-07-31 00:49:22 +02:00
compile-glil.scm Add unused variable analysis in the tree-il->glil compiler. 2009-07-31 00:49:22 +02:00
optimize.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
primitives.scm bytevector ops now compile down to low-level VM ops 2009-06-26 12:42:10 +02:00
spec.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00