emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Pip Cet
Subject: scratch/elisp-benchmarks 30ca0c4dd09 21/54: * elisp-benchmarks.el (elisp-benchmarks-run): Use featurep to detect nativecomp
Date: Sat, 4 Jan 2025 12:26:33 -0500 (EST)

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

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

diff --git a/benchmarks/elisp-benchmarks.el b/benchmarks/elisp-benchmarks.el
index 326ff732ee5..ea08db378dc 100644
--- a/benchmarks/elisp-benchmarks.el
+++ b/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]