[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/elisp-benchmarks a9d26e8f320 18/54: * Update for new native-comp
From: |
Pip Cet |
Subject: |
scratch/elisp-benchmarks a9d26e8f320 18/54: * Update for new native-comp API + tag new version |
Date: |
Sat, 4 Jan 2025 12:26:33 -0500 (EST) |
branch: scratch/elisp-benchmarks
commit a9d26e8f320ebb223664022a3be07a9df9d3f8d1
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>
* Update for new native-comp API + tag new version
* elisp-benchmarks.el: Tag new version.
(elisp-benchmarks-run): Use `comp-el-to-eln-filename'.
---
benchmarks/elisp-benchmarks.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/benchmarks/elisp-benchmarks.el b/benchmarks/elisp-benchmarks.el
index 5929b10b1f3..4ae4eca849c 100644
--- a/benchmarks/elisp-benchmarks.el
+++ b/benchmarks/elisp-benchmarks.el
@@ -4,7 +4,7 @@
;; Author: Andrea Corallo <akrl@sdf.org>
;; Maintainer: Andrea Corallo <akrl@sdf.org>
-;; Version: 1.6
+;; Version: 1.7
;; Keywords: languages, lisp
;; Package-Type: multi
;; Created: 2019-01-12
@@ -108,7 +108,7 @@ RECOMPILE all the benchmark folder when non nil."
sources))
;; Load
(mapc #'load (mapcar (if native-comp
- #'comp-output-filename
+ #'comp-el-to-eln-filename
#'file-name-sans-extension)
sources))
(cl-loop for test in tests
- scratch/elisp-benchmarks 67425127bc7 11/54: * elisp-benchmarks.el (elisp-benchmarks-run): Recompile by default., (continued)
- scratch/elisp-benchmarks 67425127bc7 11/54: * elisp-benchmarks.el (elisp-benchmarks-run): Recompile by default., Pip Cet, 2025/01/04
- scratch/elisp-benchmarks be50d3ea30f 06/54: Increment version number, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks ef746b8e204 12/54: * Use the Emacs native compiler if available, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 898535f1045 27/54: * elisp-benchmarks.el (elb-runs): Fix group., Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 8f1d7eef864 05/54: Loop style nit in bubble-no-cons, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 2c2c4fab5e1 13/54: * benchmarks/flet.el: Add new u-benchmark., Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 7e019d93f2d 14/54: * elisp-benchmarks.el (elisp-benchmarks-run): Minor, better regexp., Pip Cet, 2025/01/04
- scratch/elisp-benchmarks ac99d921411 15/54: * benchmarks/pcase.el: Add new u-benchmark., Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 43fe57b7d90 16/54: * benchmarks/map-closure.el: Add new u-benchmark., Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 370809463f2 17/54: ; * elisp-benchmarks.el: Tag new version and update copyright., Pip Cet, 2025/01/04
- scratch/elisp-benchmarks a9d26e8f320 18/54: * Update for new native-comp API + tag new version,
Pip Cet <=
- scratch/elisp-benchmarks e6717e1de7f 19/54: * benchmarks/pcase.el: Don't hide the real `pcase.el`, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks f5834702781 23/54: Make `comp-speed' explicit in each benchmark, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 00afe629432 20/54: Add new 'inclist-type-hints' benchmark + tag new version, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 8d15a1e6601 26/54: Make `comp-speed' controllable through a customize, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks a0d6af36237 28/54: * elisp-benchmarks.el: Bump new version., Pip Cet, 2025/01/04
- scratch/elisp-benchmarks 0458ad6d03d 30/54: * elisp-benchmarks.el : Rename feature nativecomp -> feature-nativecompile, Pip Cet, 2025/01/04
- scratch/elisp-benchmarks ba18acd0c17 32/54: ; * benchmarks/pack-unpack.el: Remove unnecessary newlines., Pip Cet, 2025/01/04
- scratch/elisp-benchmarks f43385543fc 46/54: * Handle 'compilation-safety', Pip Cet, 2025/01/04
- 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