Mercurial > hg > xemacs-beta
log lisp/byte-optimize.el @ 5940:c608d4b0b75e cygwin64 tip
age | author | description |
---|---|---|
Wed, 02 Jul 2014 17:45:49 +0100 | Aidan Kehoe | Autoload within #'keymapp, as documented. |
Mon, 14 May 2012 15:16:47 +0100 | Aidan Kehoe | #'byte-optimize-letX; group constant initialisations together in let forms |
Sat, 12 May 2012 15:03:24 +0100 | Aidan Kehoe | Fetch its bytecode before unfolding a compiled function, byte-optimize.el |
Sun, 06 May 2012 05:22:19 +0100 | Aidan Kehoe | Descend special forms more exhaustively, #'byte-optimize-form-code-walker |
Sat, 05 May 2012 20:48:24 +0100 | Aidan Kehoe | Co-operate with the byte-optimizer in the bytecomp.el labels implementation. |
Tue, 01 May 2012 16:17:42 +0100 | Aidan Kehoe | Avoid #'delq in core Lisp, for the sake of style, a very slightly smaller binary |
Tue, 01 May 2012 12:43:22 +0100 | Aidan Kehoe | Improve for-effect handling in a few places, lisp/ |