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
*
Use the nthcdr byte-op for drop, and raise open-code limit
Mattias Engdegård
2024-04-29
1
-7
/
+9
*
Use a dedicated type to represent interpreted-function values
Stefan Monnier
2024-04-28
1
-1
/
+2
*
Add `value<` (bug#69709)
Mattias Engdegård
2024-03-29
1
-2
/
+2
*
(byte-optimize-form-code-walker): Simplify a bit
Stefan Monnier
2024-03-24
1
-3
/
+0
*
byte-opt.el: Remove test that's not applicable any more
Stefan Monnier
2024-03-21
1
-1
/
+0
*
Repair miscompilation of single-arg `apply` (bug#69533)
Mattias Engdegård
2024-03-04
1
-1
/
+2
*
; Clarify two comments in byte-optimize-letX
Stefan Kangas
2024-01-02
1
-2
/
+2
*
Merge from savannah/emacs-29
Po Lu
2024-01-02
1
-1
/
+1
|
\
|
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
|
* lisp/emacs-lisp/byte-opt.el (byte-compile-nilconstp): Extend list.
Mattias Engdegård
2023-12-22
1
-2
/
+23
*
|
; Fix typos
Stefan Kangas
2023-12-10
1
-3
/
+3
*
|
Move malformed-function warning from byte-opt to cconv (bug#67483)
Mattias Engdegård
2023-11-30
1
-6
/
+0
*
|
Compiler optimizer: push forms onto byte-compile-form-stack
Alan Mackenzie
2023-11-27
1
-0
/
+2
*
|
Fix variable aliasing bytecode miscompilation (bug#67116)
Mattias Engdegård
2023-11-13
1
-30
/
+27
*
|
`equal` is not error-free
Mattias Engdegård
2023-08-13
1
-6
/
+8
*
|
Teach byte-compiler about Aristotelian identity
Mattias Engdegård
2023-08-08
1
-15
/
+18
*
|
Don't allow the `eq` and `unbind` byte-ops to commute (bug#65017)
Mattias Engdegård
2023-08-04
1
-1
/
+6
*
|
* lisp/emacs-lisp/byte-opt.el (byte-compile-trueconstp): Extend
Mattias Engdegård
2023-07-27
1
-0
/
+11
*
|
Fix broken byte-compilation of unary comparisons
Mattias Engdegård
2023-07-26
1
-1
/
+1
*
|
* lisp/emacs-lisp/byte-opt.el (pure-fns): Add `max-char`
Mattias Engdegård
2023-07-26
1
-1
/
+1
*
|
(macroexp--unfold-lambda): Obey the lexbind semantics
Stefan Monnier
2023-06-24
1
-17
/
+13
*
|
Don't compile (+ X 0) as (* X 1)
Mattias Engdegård
2023-06-21
1
-1
/
+7
*
|
Better internal-make-closure optimisation
Mattias Engdegård
2023-06-04
1
-10
/
+4
*
|
Add function declarations
Mattias Engdegård
2023-05-30
1
-9
/
+20
*
|
Constant-propagate cons and vector literals
Mattias Engdegård
2023-05-05
1
-13
/
+9
*
|
Remove useless handling of erroneous code in Lisp optimiser
Mattias Engdegård
2023-05-05
1
-5
/
+1
*
|
Don't inline funcall to literal lambda form
Mattias Engdegård
2023-05-05
1
-4
/
+7
*
|
Don't rewrite (nconc X nil) -> X for any X (bug#63103)
Mattias Engdegård
2023-04-27
1
-1
/
+10
*
|
Improved nconc and append compiler optimisations
Mattias Engdegård
2023-04-22
1
-10
/
+37
*
|
; reorder function effect-declaration lists
Mattias Engdegård
2023-04-13
1
-222
/
+242
*
|
Update effect declarations for many built-in functions
Mattias Engdegård
2023-04-13
1
-55
/
+160
*
|
`byte-code-function-p` is error-free
Mattias Engdegård
2023-04-12
1
-1
/
+2
*
|
Adjust side-effect-free declarations
Mattias Engdegård
2023-04-09
1
-1
/
+1
*
|
Consolidate existing warnings about unused return values
Mattias Engdegård
2023-04-08
1
-7
/
+1
*
|
Generalise a LAP optimisation rule
Mattias Engdegård
2023-03-25
1
-1
/
+3
*
|
Small unwind-protect optimisation improvement
Mattias Engdegård
2023-03-02
1
-7
/
+6
*
|
Simplify effect-free code elimination
Mattias Engdegård
2023-03-01
1
-3
/
+1
*
|
Adjust some `pure` and `side-effect-free` function declarations
Mattias Engdegård
2023-02-27
1
-3
/
+3
*
|
Follow function aliases for `side-effect-free` and `pure` properties
Mattias Engdegård
2023-02-24
1
-15
/
+22
*
|
Declare `indirect-function` to be side-effect-free and error-free
Mattias Engdegård
2023-02-22
1
-1
/
+1
*
|
Move side-effect-free and pure declarations to function definitions
Mattias Engdegård
2023-02-17
1
-33
/
+24
*
|
Fix recent LAP optimiser error
Mattias Engdegård
2023-02-14
1
-24
/
+32
*
|
LAP optimiser: more stack reduction hoisting
Mattias Engdegård
2023-02-13
1
-24
/
+43
*
|
LAP peephole optimiser improvementsa
Mattias Engdegård
2023-02-11
1
-4
/
+97
*
|
Flatten nested `concat` calls
Mattias Engdegård
2023-02-08
1
-12
/
+22
*
|
Simplify and speed up parts of elisp optimiser
Mattias Engdegård
2023-02-08
1
-16
/
+25
*
|
Fix misleading LAP optimiser debug log message
Mattias Engdegård
2023-02-05
1
-2
/
+4
*
|
Allow unbind to commute with discardN and discardN-preserve-tos
Mattias Engdegård
2023-02-05
1
-1
/
+1
*
|
Remove compatibility hacks in LAP optimiser
Mattias Engdegård
2023-02-05
1
-14
/
+4
*
|
LAP optimiser: bind local variables instead of mutating them
Mattias Engdegård
2023-02-05
1
-706
/
+745
[next]