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
*
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
*
* lisp/subr.el (prog2): Define as a macro
Stefan Monnier
2019-04-02
1
-5
/
+0
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-3
/
+3
*
|
Audit use of lsh and fix glitches
Paul Eggert
2018-08-21
1
-2
/
+2
*
|
Bignum fixes for byte-compiler and bytecode interpreter
Tom Tromey
2018-07-12
1
-2
/
+2
*
|
Add predicate proper-list-p
Basil L. Contovounesios
2018-07-09
1
-2
/
+1
*
|
Fix constant folding of overflows
Paul Eggert
2018-03-26
1
-51
/
+124
*
|
Fix byte-optimize-memq incorrectly optimizing some memq forms.
Vibhav Pant
2018-03-25
1
-4
/
+5
*
|
Optimize certain memq forms during byte-compilation.
Vibhav Pant
2018-03-25
1
-2
/
+16
*
|
Avoid Fortran-style floating-point optimization
Paul Eggert
2018-03-23
1
-148
/
+20
*
|
Fix byte-opt lists of pure functions etc.
Paul Eggert
2018-03-22
1
-14
/
+23
*
|
Merge from origin/emacs-26
Glenn Morris
2018-02-20
1
-1
/
+1
|
\
|
|
*
; Spelling and grammar fixes.
Paul Eggert
2018-02-17
1
-1
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Mark some functions as pure
Mark Oteiza
2017-09-27
1
-1
/
+4
|
/
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Mark keywordp as a safe, error-free function
Wilfred Hughes
2017-05-26
1
-1
/
+1
*
Avoid unnecessary loading of subr-x at run-time
Glenn Morris
2017-04-18
1
-1
/
+1
*
; Spelling, punctuation and minor wording fixes
Paul Eggert
2017-02-16
1
-1
/
+1
*
byte-opt: Replace merged tags in jump tables too. (bug#25716)
Vibhav Pant
2017-02-14
1
-1
/
+11
*
; Add more documentation for byte-switch related code.
Vibhav Pant
2017-02-13
1
-0
/
+2
*
Improve byte-switch execution.
Vibhav Pant
2017-02-09
1
-3
/
+1
*
; byte(-opt, comp).el: Add more documentation for byte-switch code.
Vibhav Pant
2017-02-06
1
-0
/
+3
[next]