emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/elisp-benchmarks b724a4974d1 21/54: * elisp-benchmarks.el (elisp


From: Pip Cet
Subject: scratch/elisp-benchmarks b724a4974d1 21/54: * elisp-benchmarks.el (elisp-benchmarks-run): Use featurep to detect nativecomp
Date: Mon, 30 Dec 2024 22:40:41 -0500 (EST)

branch: scratch/elisp-benchmarks
commit b724a4974d1a226d17248005316a06816f90737b
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * elisp-benchmarks.el (elisp-benchmarks-run): Use featurep to detect 
nativecomp
---
 elisp-benchmarks/elisp-benchmarks.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elisp-benchmarks/elisp-benchmarks.el 
b/elisp-benchmarks/elisp-benchmarks.el
index 326ff732ee5..ea08db378dc 100644
--- a/elisp-benchmarks/elisp-benchmarks.el
+++ b/elisp-benchmarks/elisp-benchmarks.el
@@ -85,7 +85,7 @@ RECOMPILE all the benchmark folder when non nil."
           repeat runs
           for i from 1
           named test-loop
-          with native-comp = (boundp 'comp-ctxt) ; FIXME when possible
+          with native-comp = (featurep 'nativecomp)
           with compile-function = (if native-comp
                                       #'native-compile
                                     #'byte-compile-file)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]