Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (byte-optimize-form-code-walker): Remove mocklisp case. | Pavel Janík | 2001-12-22 | 1 | -4/+2 |
| | |||||
* | Doc fix. | Pavel Janík | 2001-12-20 | 1 | -1/+1 |
| | |||||
* | (byte-optimize-lapcode) | Gerd Moellmann | 2001-10-11 | 1 | -7/+8 |
| | | | | | <byte-constref-ops>: Consider byte-constant2 and clarify the code. <const-C varset-X const-C>: Fix car/cdr typo. | ||||
* | Downcase error messages. | Gerd Moellmann | 2001-10-11 | 1 | -11/+11 |
| | |||||
* | Some fixes to follow coding conventions in files maintained by FSF. | Pavel Janík | 2001-07-15 | 1 | -2/+2 |
| | |||||
* | (byte-compile-inline-expand): Complete Dave's | Stefan Monnier | 2001-05-27 | 1 | -1/+1 |
| | | | | patch to correct the error message as well. | ||||
* | (byte-compile-inline-expand): Fix the arg of `load' again. | Stefan Monnier | 2001-05-27 | 1 | -1/+1 |
| | |||||
* | (byte-compile-inline-expand): Undo last change. | Stefan Monnier | 2001-05-27 | 1 | -1/+1 |
| | |||||
* | (byte-compile-inline-expand): | Stefan Monnier | 2001-05-25 | 1 | -1/+1 |
| | | | | Fix the arg of `load'. From Dave Love <fx@gnu.org>. | ||||
* | (byte-optimize-while) | Gerd Moellmann | 2001-03-26 | 1 | -1/+5 |
| | | | | | (byte-optimize-form-code-walker): Diagnose too few arguments for `if' and `while'. | ||||
* | (byte-compile-unfold-lambda): Don't | Gerd Moellmann | 2000-11-14 | 1 | -1/+6 |
| | | | | | recursively optimize body because that can lead to infinite recursion; see comment there. | ||||
* | (byte-optimize-lapcode): Don't bind | Dave Love | 2000-10-02 | 1 | -3/+3 |
| | | | | | unused vars. Treat byte-constant2 like byte-constant. Fix bogus comparison of opcode with operand. | ||||
* | (byte-compile-log-lap-1) | Stefan Monnier | 2000-06-12 | 1 | -12/+12 |
| | | | | | (byte-optimize-inline-handler, byte-optimize-form-code-walker) (byte-optimize-apply, end of file): Don't quote lambda. | ||||
* | Update side-effect free function lists. | Dave Love | 2000-05-21 | 1 | -6/+7 |
| | |||||
* | (byte-compile-inline-expand): Look | Gerd Moellmann | 2000-03-31 | 1 | -15/+14 |
| | | | | | | | for function definition in symbol's function value slot first instead of first consulting byte-compile-function-environment. Fix byte-compiler warnings format. | ||||
* | (byte-compile-inline-expand): Fix bug | Gerd Moellmann | 2000-03-30 | 1 | -3/+4 |
| | | | | | trying to `load' the symbol of an autoload instead of the file recorded in the autoload. Fix error messages. | ||||
* | Change old backquote syntax. | Dave Love | 2000-02-23 | 1 | -8/+21 |
| | | | | | | | (byte-compile-trueconstp): Include keywords. (byte-optimize-quote, byte-optimize-lapcode): Use byte-compile-const-symbol-p. (byte-optimize-char-before): New optimization. | ||||
* | Don't put optimization info on `eql'. | Dave Love | 1999-12-18 | 1 | -3/+4 |
| | | | | | (side-effect-free-fns): Add gethash, hash-table-count. (side-effect-and-error-free-fns): Add hash-table-p. | ||||
* | (byte-optimize-backward-char, byte-optimize-backward-word): New | Dave Love | 1999-09-09 | 1 | -10/+37 |
| | | | | | optimizations. (side-effect-free-fns, side-effect-and-error-free-fns): Extra entries. | ||||
* | (byte-boolean-vars): Removed. (Now primitive.) | Dave Love | 1999-09-06 | 1 | -26/+3 |
| | |||||
* | (byte-boolean-vars): Add several w32 and redisplay variables. | Dave Love | 1999-08-31 | 1 | -1/+4 |
| | |||||
* | Provide `byte-optimize', not `byte-opt'. | Karl Heuer | 1999-08-10 | 1 | -1/+1 |
| | |||||
* | (byte-optimize-plus): Fix 1-arg case. | Richard M. Stallman | 1999-05-17 | 1 | -0/+4 |
| | |||||
* | (byte-boolean-vars): Add | Andreas Schwab | 1999-05-10 | 1 | -1/+2 |
| | | | | unibyte-display-via-language-environment. | ||||
* | Require bytecomp for byte-goto-ops. | Markus Rost | 1998-12-05 | 1 | -0/+2 |
| | |||||
* | (byte-compile-inline-expand): | Karl Heuer | 1998-09-04 | 1 | -2/+4 |
| | | | | | If the function definition is not a lambda, return original FORM with no error. | ||||
* | (byte-boolean-vars): Add print-escape-multibyte. | Richard M. Stallman | 1998-07-04 | 1 | -1/+2 |
| | |||||
* | Comment fix. | Karl Heuer | 1998-06-05 | 1 | -9/+0 |
| | |||||
* | (byte-boolean-vars): Add print-escape-nonascii. | Richard M. Stallman | 1998-05-25 | 1 | -10/+15 |
| | |||||
* | (byte-decompile-bytecode-1): | Richard M. Stallman | 1998-05-15 | 1 | -1/+3 |
| | | | | Cope with an out-of-range constvec index. | ||||
* | (byte-after-unbind-ops): Delete byte-equal. | Richard M. Stallman | 1998-04-17 | 1 | -1/+4 |
| | |||||
* | (byte-optimize-form-code-walker): Only call compiler-macroexpand if | Richard M. Stallman | 1998-02-09 | 1 | -0/+2 |
| | | | | the function has a cl-compiler-macro property. | ||||
* | (byte-optimize-form-code-walker): Fix previous change. | Richard M. Stallman | 1998-01-26 | 1 | -2/+1 |
| | |||||
* | (byte-compile-inline-expand): Use string-as-unibyte, if it is defined. | Richard M. Stallman | 1998-01-26 | 1 | -2/+5 |
| | |||||
* | (byte-optimize-form-code-walker): | Richard M. Stallman | 1998-01-22 | 1 | -0/+7 |
| | | | | If compiler-macroexpand is defined, use it. | ||||
* | (byte-optimize-lapcode): Correctly | Karl Heuer | 1997-12-04 | 1 | -1/+1 |
| | | | | distinguish byte-constant from operations on variables. | ||||
* | (byte-optimize-concat): New function. | Karl Heuer | 1997-11-03 | 1 | -1/+13 |
| | |||||
* | (byte-optimize-approx-equal): Use <=, not <. | Richard M. Stallman | 1997-05-06 | 1 | -1/+19 |
| | | | | | (byte-optimize-minus, byte-optimize-plus): Optimize adding or subtracting 1. | ||||
* | (byte-compile-inline-expand): Recalculate fn | Richard M. Stallman | 1997-01-27 | 1 | -1/+4 |
| | | | | after loading a file to define the function. | ||||
* | (byte-optimize-form-code-walker): | Richard M. Stallman | 1996-09-22 | 1 | -1/+1 |
| | | | | Treat save-current-buffer like save-excursion. | ||||
* | Comments censored. | Karl Heuer | 1996-02-21 | 1 | -1/+10 |
| | |||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -121/+122 |
| | |||||
* | (byte-compile-unfold-lambda): Recursively optimize body. | Karl Heuer | 1995-12-21 | 1 | -0/+1 |
| | |||||
* | (byte-boolean-vars): Update list to reflect actual DEFVAR_BOOL symbols in | Erik Naggum | 1995-09-21 | 1 | -10/+9 |
| | | | | the C code. | ||||
* | (byte-optimize-nthcdr): Fix previous change. | Richard M. Stallman | 1995-08-01 | 1 | -1/+1 |
| | |||||
* | (byte-optimize-lapcode): Fix format calls. | Richard M. Stallman | 1995-07-21 | 1 | -2/+2 |
| | |||||
* | (byte-optimize-nth, byte-optimize-nthcdr): | Karl Heuer | 1995-07-17 | 1 | -24/+104 |
| | | | | | | | | Do nothing if form wrong length. (byte-optimize-multiply): Fix bug in 0 case. (byte-optimize-divide): Optimize (/ CONST CONST) if safe. (byte-optimize-logmumble): Fix (logior -1 ...) case. (byte-optimize-if): Optimize (if (not foo) nil ...). | ||||
* | (byte-optimize-letX): Use car-safe and cdr-safe. | Richard M. Stallman | 1995-04-24 | 1 | -1/+2 |
| | |||||
* | (byte-compile-inline-expand): Fetch actual bytecode | Karl Heuer | 1995-04-05 | 1 | -3/+5 |
| | | | | before inlining a lazy function. | ||||
* | (byte-after-unbind-ops): Fix paren error wrt doc string. | Richard M. Stallman | 1994-08-06 | 1 | -4/+4 |
| |