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
*
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
*
Fix local defvar scoping error (bug#46387)
Mattias Engdegård
2021-02-10
1
-2
/
+2
*
* lisp/emacs-lisp/byte-opt.el (byte-optimize--pcase): New macro
Stefan Monnier
2021-02-09
1
-20
/
+50
*
* lisp/emacs-lisp/macroexp.el: Break cycle with bytecomp/byte-opt
Stefan Monnier
2021-02-09
1
-70
/
+2
*
; * lisp/emacs-lisp/byte-opt.el: improved comment
Mattias Engdegård
2021-02-07
1
-1
/
+1
*
; Improved commentary in the variable constprop mechanism
Mattias Engdegård
2021-02-07
1
-8
/
+13
*
Constprop of lexical variables
Mattias Engdegård
2021-02-06
1
-70
/
+244
*
Fix spurious "Lexical argument shadows the dynamic variable" due to inlining
Stefan Monnier
2021-01-21
1
-2
/
+4
*
* lisp/emacs-lisp/byte-opt.el (byte-optimize-lapcode): Add 2 new opts
Stefan Monnier
2021-01-20
1
-0
/
+31
*
* lisp/emacs-lisp/byte-opt.el (byte-optimize-lapcode): Move some opts.
Stefan Monnier
2021-01-20
1
-49
/
+50
*
* lisp/emacs-lisp/byte-opt.el (byte-optimize-lapcode): Re-indent
Stefan Monnier
2021-01-20
1
-457
/
+457
*
* lisp/emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Use pcase
Stefan Monnier
2021-01-16
1
-176
/
+175
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Add new predicates for sequence lengths
Lars Ingebrigtsen
2020-12-27
1
-1
/
+3
*
Don't quote lambdas in several places
Stefan Kangas
2020-11-12
1
-4
/
+4
*
Add missing side-effect-free and error-free properties
Mattias Engdegård
2020-11-01
1
-8
/
+10
*
* lisp/emacs-lisp/byte-opt.el (pure-fns): Fix typos.
Mattias Engdegård
2020-11-01
1
-2
/
+2
*
'assoc' is not side-effect-free; constprop its pure subset
Mattias Engdegård
2020-10-31
1
-6
/
+8
*
Handle single-argument `apply' consistently (bug#40968)
Pip Cet
2020-09-27
1
-13
/
+16
[next]