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
/
comp.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
some style fixes
Andrea Corallo
2020-01-01
1
-1
/
+1
*
add disassemble support for native compiled functions
Andrea Corallo
2020-01-01
1
-3
/
+3
*
remove load_handle_stack and use the implementation one
Andrea Corallo
2020-01-01
1
-5
/
+15
*
better scratch slot support
Andrea Corallo
2020-01-01
1
-7
/
+6
*
clean-up old function relocation code
Andrea Corallo
2020-01-01
1
-18
/
+2
*
single function native compilation doc + interactive support + tests
Andrea Corallo
2020-01-01
1
-1
/
+3
*
native compile interactive functions support
Andrea Corallo
2020-01-01
1
-5
/
+5
*
add int-spec to comp-func
Andrea Corallo
2020-01-01
1
-5
/
+6
*
renaming comp-decrypt-lambda-list -> comp-decrypt-arg-list
Andrea Corallo
2020-01-01
1
-4
/
+4
*
documentation nit
Andrea Corallo
2020-01-01
1
-1
/
+1
*
native-compile-async accept list as input
Andrea Corallo
2020-01-01
1
-9
/
+11
*
insert compilation end message at the bottom of the buffer
Andrea Corallo
2020-01-01
1
-1
/
+3
*
fix comp-propagate-insn type propagation
Andrea Corallo
2020-01-01
1
-6
/
+11
*
remove unnecessary return when printing blocks
Andrea Corallo
2020-01-01
1
-1
/
+1
*
gate propagate to comp-speed > 1
Andrea Corallo
2020-01-01
1
-9
/
+10
*
fix comp-log-edges
Andrea Corallo
2020-01-01
1
-10
/
+8
*
adjust print verbosity according to the doc
Andrea Corallo
2020-01-01
1
-1
/
+4
*
make buffer names constant
Andrea Corallo
2020-01-01
1
-7
/
+3
*
rename native-compile-log-buffer -> comp-log-buffer-name
Andrea Corallo
2020-01-01
1
-3
/
+5
*
do not use thread for async compilation
Andrea Corallo
2020-01-01
1
-31
/
+41
*
better comp-byte-frame-size
Andrea Corallo
2020-01-01
1
-5
/
+4
*
fix single function top level generation
Andrea Corallo
2020-01-01
1
-0
/
+2
*
review two slot names in comp-func
Andrea Corallo
2020-01-01
1
-25
/
+21
*
fix single function compilation
Andrea Corallo
2020-01-01
1
-29
/
+29
*
homogeneous setf style
Andrea Corallo
2020-01-01
1
-25
/
+25
*
better loop style into comp-compute-edges
Andrea Corallo
2020-01-01
1
-10
/
+9
*
sanityze orthography in comp.el
Andrea Corallo
2020-01-01
1
-43
/
+48
*
fix type hints error kind
Andrea Corallo
2020-01-01
1
-2
/
+4
*
error handling rework
Andrea Corallo
2020-01-01
1
-30
/
+40
*
comment nit
Andrea Corallo
2020-01-01
1
-1
/
+1
*
fix comp-propagate*
Andrea Corallo
2020-01-01
1
-1
/
+1
*
better comp-function-call-remove
Andrea Corallo
2020-01-01
1
-1
/
+2
*
improve dead assignment
Andrea Corallo
2020-01-01
1
-6
/
+12
*
allow for pure function call removal optimization
Andrea Corallo
2020-01-01
1
-9
/
+22
*
fix jump table emission when test fn is not eq
Andrea Corallo
2020-01-01
1
-10
/
+23
*
message when finished compiling
Andrea Corallo
2020-01-01
1
-1
/
+2
*
always name the compilation unit responsible for the error
Andrea Corallo
2020-01-01
1
-4
/
+6
*
rework comp-callref lambda list
Andrea Corallo
2020-01-01
1
-5
/
+6
*
do not compile if there's nothing to
Andrea Corallo
2020-01-01
1
-4
/
+5
*
do not compile automatically autoloads
Andrea Corallo
2020-01-01
1
-3
/
+4
*
propagate load-path into async workers + better messaging
Andrea Corallo
2020-01-01
1
-10
/
+15
*
make sure to invoke the right emacs when spawning the compiler job
Andrea Corallo
2020-01-01
1
-2
/
+4
*
chasing GNU style
Andrea Corallo
2020-01-01
1
-1
/
+1
*
propagate compiler settings to the async workers
Andrea Corallo
2020-01-01
1
-3
/
+7
*
add native-compile-async
Andrea Corallo
2020-01-01
1
-1
/
+56
*
remove unused variable
Andrea Corallo
2020-01-01
1
-1
/
+0
*
better doc
Andrea Corallo
2020-01-01
1
-11
/
+16
*
fix non local mechanism
Andrea Corallo
2020-01-01
1
-11
/
+16
*
better comp-debug customize
Andrea Corallo
2020-01-01
1
-0
/
+10
*
move speed definition into lisp code
Andrea Corallo
2020-01-01
1
-0
/
+4
[next]