emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/emacs-lisp byte-lexbind.el


From: Miles Bader
Subject: [Emacs-commit] emacs/lisp/emacs-lisp byte-lexbind.el
Date: Sat, 17 Aug 2002 10:46:28 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         lexbind
Changes by:     Miles Bader <address@hidden>    02/08/17 10:46:28

Modified files:
        lisp/emacs-lisp: byte-lexbind.el 

Log message:
        (byte-compile-lforminfo-analyze):
        Ignore setq'd variables we're not interested in.
        (byte-compile-make-lambda-lexenv): Add assertion that closed-over
        variables be heap allocated.
        (byte-compile-closure-initial-lexenv-p): Renamed from
        byte-compile-closure-lexenv-p.
        (byte-compile-non-stack-bindings-p): Get the variable list
        properly from LFORMINFO.
        (byte-compile-maybe-push-heap-environment): Handle the
        no-closed-over-variables case correctly.
        (byte-compile-bind): Use byte-compile-stack-set/ref.
        Don't bother modifying INIT-LEXENV as no one will see the changes.
        (byte-compile-unbind): Call `byte-compile-discard' to handle
        unbinding lexical bindings.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/emacs-lisp/byte-lexbind.el.diff?only_with_tag=lexbind&tr1=1.1.2.6&tr2=1.1.2.7&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]