1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 14:20:26 +02:00
guile/module/language/tree-il
Andy Wingo 93f63467e6 rename vars' field in tree-il binding constructs to gensyms'
* module/language/tree-il.scm (<tree-il>): Rename `vars' fields of
  <let>, <letrec>, <fix>, and <lambda-case> to `gensyms'. For clarity,
  and to match <lexical-ref>.

* module/language/tree-il.scm:
* module/language/tree-il/analyze.scm:
* module/language/tree-il/compile-glil.scm:
* module/language/tree-il/fix-letrec.scm:
* module/language/tree-il/inline.scm: Update all callers.
2010-05-02 11:22:23 +02:00
..
analyze.scm rename vars' field in tree-il binding constructs to gensyms' 2010-05-02 11:22:23 +02:00
compile-glil.scm rename vars' field in tree-il binding constructs to gensyms' 2010-05-02 11:22:23 +02:00
fix-letrec.scm rename vars' field in tree-il binding constructs to gensyms' 2010-05-02 11:22:23 +02:00
inline.scm rename vars' field in tree-il binding constructs to gensyms' 2010-05-02 11:22:23 +02:00
optimize.scm compilation enviroments are always modules; simplifications & refactorings 2009-10-16 15:33:32 +02:00
primitives.scm optimize and bugfix make-struct VM opcode 2010-05-01 00:31:18 +02:00
spec.scm remove `version' field from <language> 2010-05-02 11:19:13 +02:00