[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)
- scratch/elisp-benchmarks f0132de78c1 47/54: * elisp-benchmarks.el: Bump new version., (continued)
- scratch/elisp-benchmarks f0132de78c1 47/54: * elisp-benchmarks.el: Bump new version., Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 3dba0bfbf4d 37/54: * benchmarks/elb-bytecomp.el: New benchmark, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 0dc090098dd 34/54: Add EIEIO benchmark, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 2eb211695bc 43/54: * benchmarks/elb-smie.el (elb-font-lock-entry): New benchmark, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 6965195a757 49/54: * elisp-benchmarks.el: Bump new version., Pip Cet, 2025/01/04
- scratch/elisp-benchmarks d7f3b38a26b 50/54: elisp-benchmarks.el: Compact output and support setup code, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks a32a99ae8af 54/54: New script to import an elpa module, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 59b2387ba71 52/54: Add "elisp-benchmarks" package from ELPA, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 908c78fe2bb 42/54: ; Prefer HTTPS to HTTP in URLs, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 9f4ff70129a 10/54: * elisp-benchmarks.el: Typo fix, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 30ca0c4dd09 21/54: * elisp-benchmarks.el (elisp-benchmarks-run): Use featurep to detect nativecomp,
Pip Cet <=
- scratch/elisp-benchmarks 9df4eede3a4 25/54: Revert "Make `comp-speed' explicit in each benchmark", Pip Cet, 2025/01/04
- scratch/elisp-benchmarks d2c1c63f843 22/54: * Fix for new `native-compile' interface and bump new version, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 9f43793a688 31/54: * Rename comp-speed -> native-comp-speed + bump new version, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 563742243f5 41/54: * elisp-benchmarks.el: Bump version, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks d657ccc7fae 38/54: Make it usable on Emacs-27, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks b4e065561d2 48/54: * elisp-benchmarks.el (native-comp-speed, compilation-safety): Fix warning., Pip Cet, 2025/01/04
- scratch/elisp-benchmarks e6a87cc7503 35/54: * benchmarks/elb-eieio.el: Fix copyright, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 674e8e72c59 44/54: ; * elisp-benchmarks.el: Update my mail, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 448a1853d51 09/54: * elisp-benchmarks.el: Increase minor package version, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 6ed76f1b670 24/54: Allow for GC to kick in pidigit, Pip Cet, 2025/01/04