Rewrite the cconv conversion algorithm, for clarity.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 10 Mar 2011 03:48:44 +0000 (22:48 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 10 Mar 2011 03:48:44 +0000 (22:48 -0500)
commit6c075cd7c07d8f7f2ae52ab4369e709d7664043e
tree6b3defb08f7f0cb78f48d7fed4a7ef55d09426bc
parent0d6459dfb52188481bfd6bb53f1b2f653ecd6a5d
Rewrite the cconv conversion algorithm, for clarity.
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand): Adjust check for
new byte-code representation.
* lisp/emacs-lisp/cconv.el (cconv--convert-function): Rename from
cconv-closure-convert-function.
(cconv-convert): Rename from cconv-closure-convert-rec.
(cconv--analyse-use): Rename from cconv-analyse-use.
(cconv--analyse-function): Rename from cconv-analyse-function.
(cconv--analyse-use): Change some patterns to silence compiler.
(cconv-convert, cconv--convert-function): Rewrite.
* test/automated/lexbind-tests.el: New file.
doc/lispref/ChangeLog
lisp/ChangeLog
lisp/emacs-lisp/byte-opt.el
lisp/emacs-lisp/cconv.el
test/ChangeLog
test/automated/lexbind-tests.el [new file with mode: 0644]