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
*
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
*
string-search robustness and documentation improvement (bug#43598)
Mattias Engdegård
2020-09-25
1
-0
/
+1
*
Mark string-search as being side effect free
Lars Ingebrigtsen
2020-09-25
1
-1
/
+2
*
Clean up and improve compilation of arithmetic (bug#42597)
Mattias Engdegård
2020-08-07
1
-10
/
+19
*
* lisp/emacs-lisp/byte-opt.el: Minor simplifications
Stefan Monnier
2020-07-31
1
-77
/
+45
*
Simplify and streamline optimizer clauses
Mattias Engdegård
2020-07-28
1
-14
/
+9
*
Optimise 3-arg +, - and *
Mattias Engdegård
2020-07-25
1
-0
/
+10
*
Optimise assoc and rassoc with symbol key to assq and rassq
Mattias Engdegård
2020-07-07
1
-0
/
+11
*
Simplify byte-code optimisation of pure functions
Mattias Engdegård
2020-07-06
1
-43
/
+14
*
Mark more functions pure (bug#42147)
Mattias Engdegård
2020-07-06
1
-7
/
+42
*
Relax portable number check in byte compiler (bug#42147)
Mattias Engdegård
2020-07-05
1
-30
/
+9
*
* lisp/emacs-lisp/byte-opt.el (side-effect-free-fns): Add `make-byte-code'.
Andrea Corallo
2020-06-07
1
-2
/
+2
*
Don’t attempt to modify constant conses
Paul Eggert
2020-05-16
1
-1
/
+1
*
Generate 'substring' byte op (bug#39709)
Mattias Engdegård
2020-02-25
1
-1
/
+1
*
Remove generation of old bytecodes for catch/unwind
Mattias Engdegård
2020-01-05
1
-15
/
+7
*
Merge from origin/emacs-27
Paul Eggert
2020-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
|
Optimise 'while' bodies for effect
Mattias Engdegård
2019-12-26
1
-0
/
+7
|
/
*
New function time-convert
Paul Eggert
2019-08-05
1
-1
/
+1
*
Strength-reduce `equal', `eql', `member' and `memql'
Mattias Engdegård
2019-06-28
1
-1
/
+34
*
Merge consecutive constant `concat' args (bug#14769)
Mattias Engdegård
2019-06-26
1
-0
/
+29
*
Compile list member functions in cond to switch (bug#36139)
Mattias Engdegård
2019-06-19
1
-10
/
+11
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
Optimize byte-compilation of proper-list-p
Basil L. Contovounesios
2019-04-12
1
-1
/
+2
[next]