index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
byte-opt.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Treat base64 string encode/decode as pure functions
Mattias Engdegård
2021-12-20
1
-0
/
+2
*
|
Constant-propagate access to captured variables
Mattias Engdegård
2021-12-11
1
-2
/
+6
*
|
Add new 'keymap-*' functions
Lars Ingebrigtsen
2021-11-16
1
-66
/
+0
*
|
Optimise (cond) => nil at source level
Mattias Engdegård
2021-11-02
1
-1
/
+1
*
|
Error out on invalid `define-keymap' keywords
Lars Ingebrigtsen
2021-10-19
1
-0
/
+3
*
|
Reinstate defvar-keymap expansion
Lars Ingebrigtsen
2021-10-17
1
-8
/
+11
*
|
Back out `define-keymap' optimization -- it leads to a build error
Lars Ingebrigtsen
2021-10-17
1
-3
/
+2
*
|
Support a new ["..."] key binding syntax
Lars Ingebrigtsen
2021-10-17
1
-0
/
+61
|
/
*
Fix byte-compiler crash for legal dynamic-binding code
Mattias Engdegård
2021-09-25
1
-5
/
+12
*
Constant-propagate variables bound outside loops
Mattias Engdegård
2021-09-25
1
-18
/
+34
*
; More stylistic docfixes in emacs-lisp/*.el found by checkdoc
Stefan Kangas
2021-09-18
1
-2
/
+2
*
Remove obsolete variable
Mattias Engdegård
2021-09-11
1
-59
/
+32
*
Propagate aliased lexical variables in byte compiler
Mattias Engdegård
2021-09-11
1
-17
/
+140
*
Normalise nested `progn` forms in byte-code optimiser
Mattias Engdegård
2021-09-06
1
-2
/
+6
*
More robust optimisation of `ignore`
Mattias Engdegård
2021-09-06
1
-8
/
+3
*
Optimise `member` and `assoc` (etc) with constant empty list
Mattias Engdegård
2021-09-06
1
-25
/
+41
*
Cease attempts to const-propagate through setq
Mattias Engdegård
2021-08-05
1
-9
/
+3
*
file-name-concat is not error free
Lars Ingebrigtsen
2021-08-03
1
-1
/
+1
*
Declare file-name-concat as side-effect free
Lars Ingebrigtsen
2021-08-03
1
-0
/
+1
*
Declare `match-beginning` and `match-end` as side-effect-free
Mattias Engdegård
2021-08-03
1
-0
/
+1
*
Simplify lexical let-optimisations
Mattias Engdegård
2021-07-30
1
-30
/
+16
*
Optimise let and let* whose body is constant or the last variable
Mattias Engdegård
2021-07-30
1
-12
/
+25
*
Move warnings about bad let-bindings from source optimiser to cconv
Mattias Engdegård
2021-07-30
1
-10
/
+5
*
Optimise prog1 better
Mattias Engdegård
2021-07-30
1
-5
/
+8
*
Elide lexical variables in for-effect context in source optimiser
Mattias Engdegård
2021-07-30
1
-10
/
+15
*
Single source optimiser entry point
Mattias Engdegård
2021-07-30
1
-1
/
+8
*
Warn about arity errors in inlining calls (bug#12299)
Mattias Engdegård
2021-07-23
1
-1
/
+4
*
Fix mistake in `quote` optimiser
Mattias Engdegård
2021-07-21
1
-4
/
+3
*
; * lisp/emacs-lisp/byte-opt.el (byte-optimize-eq): Fix last change.
Mattias Engdegård
2021-07-20
1
-4
/
+3
*
Strength-reduce (eq X nil) to (not X)
Mattias Engdegård
2021-07-20
1
-1
/
+7
*
Constant-propagate (function SYMBOL)
Mattias Engdegård
2021-06-03
1
-1
/
+1
*
Optimise (cons X nil) to (list X)
Mattias Engdegård
2021-06-03
1
-0
/
+8
*
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand): Silence warnings
Stefan Monnier
2021-05-27
1
-18
/
+28
*
Don't propagate lexical variables into inlined functions
Mattias Engdegård
2021-05-27
1
-1
/
+4
*
* lisp/emacs-lisp/byte-opt.el: Make the build more reproducible
Stefan Monnier
2021-05-25
1
-27
/
+13
*
Optimize calls to 'eql', 'memql' and similar for fixnums.
Philipp Stephani
2021-05-16
1
-6
/
+20
*
Merge branch 'feature/native-comp' into into trunk
Andrea Corallo
2021-04-25
1
-0
/
+1
|
\
|
*
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-04-13
1
-2
/
+8
|
|
\
|
*
|
* lisp/emacs-lisp/byte-opt.el: Fix native re-compilation (bug#47161).
Eli Zaretskii
2021-03-15
1
-0
/
+1
*
|
|
Don't erroneously declare `mark` as error-free
Mattias Engdegård
2021-04-21
1
-2
/
+2
|
|
/
|
/
|
*
|
Fix condition-case optimiser bug
Mattias Engdegård
2021-04-09
1
-2
/
+8
|
/
*
Mark string predicates side-effect-free
Mattias Engdegård
2021-03-10
1
-0
/
+2
*
Don't ignore lexically-bound variables in a defvar (bug#46912)
Pip Cet
2021-03-05
1
-3
/
+6
*
Declare more string predicates as pure
Mattias Engdegård
2021-02-28
1
-1
/
+2
*
Add the `always' function
Lars Ingebrigtsen
2021-02-20
1
-1
/
+1
*
Simplify expression in byte-code decompiler
Mattias Engdegård
2021-02-12
1
-4
/
+1
*
byte-opt.el: More concise expression
Mattias Engdegård
2021-02-12
1
-10
/
+9
*
Avoid traversing dead `if` branches in bytecode optimiser
Mattias Engdegård
2021-02-12
1
-32
/
+32
[next]