]> git.eshelyaron.com Git - emacs.git/commit
Rename comp-speed -> native-comp-speed
authorAndrea Corallo <akrl@sdf.org>
Thu, 6 May 2021 08:12:48 +0000 (10:12 +0200)
committerAndrea Corallo <akrl@sdf.org>
Thu, 6 May 2021 15:16:07 +0000 (17:16 +0200)
commit43f29696adc37ae75d87cd4b86d78e830e01e018
treec89f999768b233314c40652bf210dc79a2a7e194
parent643cc3fa144e94b33a7b8f1d4965cec7b383ed35
Rename comp-speed -> native-comp-speed

* lisp/emacs-lisp/bytecomp.el (byte-compile-from-buffer): Rename
comp-speed -> native-comp-speed.
* lisp/emacs-lisp/comp.el (native-comp-speed, comp-ctxt, comp-func,
comp-spill-lap-function, comp-trampoline-compile,
comp-run-async-workers): Likewise.
* src/comp.c (emit_ctxt_code, load_comp_unit, syms_of_comp): Likewise.
* test/src/comp-tests.el (comp-tests-tco, comp-tests-fw-prop-1)
(comp-tests-check-ret-type-spec, comp-tests-pure): Likewise.
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/comp.el
src/comp.c
test/src/comp-tests.el