Mercurial > hg > xemacs-beta
log lisp/bytecomp.el @ 5579:3e621ba12d36
age | author | description |
---|---|---|
Sat, 08 Oct 2011 12:01:20 +0100 | Aidan Kehoe | Don't byte-compile at macroexpansion time, load-time-vale. |
Tue, 04 Oct 2011 09:02:14 +0100 | Aidan Kehoe | Update a comment with a better understanding of the optimizer, bytecomp.el |
Mon, 03 Oct 2011 19:39:01 +0100 | Aidan Kehoe | Force unfolding of (funcall #'(lambda () ...) if optimising, bytecomp.el. |
Sun, 02 Oct 2011 15:32:16 +0100 | Aidan Kehoe | Support inlining labels, bytecomp.el. |
Sun, 25 Sep 2011 16:12:07 +0100 | Aidan Kehoe | Remove ELC files from `binary-file-regexps', many of them are escape-quoted. |
Fri, 09 Sep 2011 22:50:31 +0100 | Aidan Kehoe | Error if byte-compiling a form hasn't wrapped byte-compile-inbuffer. |
Wed, 07 Sep 2011 16:26:45 +0100 | Aidan Kehoe | Improve the implementation, documentation of #'labels, #'flet. |