[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/elisp-benchmarks 5738562f549 48/54: * elisp-benchmarks.el (nativ
From: |
Pip Cet |
Subject: |
scratch/elisp-benchmarks 5738562f549 48/54: * elisp-benchmarks.el (native-comp-speed, compilation-safety): Fix warning. |
Date: |
Mon, 30 Dec 2024 22:40:45 -0500 (EST) |
branch: scratch/elisp-benchmarks
commit 5738562f5492ede7f297805e66fd5ce6dabfdf3a
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>
* elisp-benchmarks.el (native-comp-speed, compilation-safety): Fix warning.
---
elisp-benchmarks/elisp-benchmarks.el | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/elisp-benchmarks/elisp-benchmarks.el
b/elisp-benchmarks/elisp-benchmarks.el
index c801416989e..abbce4d236c 100644
--- a/elisp-benchmarks/elisp-benchmarks.el
+++ b/elisp-benchmarks/elisp-benchmarks.el
@@ -47,11 +47,8 @@
(require 'outline)
(require 'org)
(require 'bytecomp)
-(if (featurep 'native-compile)
- (require 'comp)
- (defvar native-comp-speed))
-(unless (boundp 'compilation-safety)
- (defvar compilation-safety))
+(defvar native-comp-speed)
+(defvar compilation-safety)
(defgroup elb nil
"Emacs Lisp benchmarks."
- scratch/elisp-benchmarks 6326535d976 22/54: * Fix for new `native-compile' interface and bump new version, (continued)
- scratch/elisp-benchmarks 6326535d976 22/54: * Fix for new `native-compile' interface and bump new version, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks c171f1b8144 33/54: * elisp-benchmarks.el (elisp-benchmarks-run): Fix for non-native emacs, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 400690828d1 52/54: Add "elisp-benchmarks" package from ELPA, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 17c6be0ee5c 19/54: * benchmarks/pcase.el: Don't hide the real `pcase.el`, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 49619b889c0 28/54: * elisp-benchmarks.el: Bump new version., Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 85f201476ab 36/54: * benchmarks/elb-smie.el: New benchmark, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 8ca8641e1ec 34/54: Add EIEIO benchmark, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 49031182944 37/54: * benchmarks/elb-bytecomp.el: New benchmark, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 58be34f645c 43/54: * benchmarks/elb-smie.el (elb-font-lock-entry): New benchmark, Pip Cet, 2024/12/30
- scratch/elisp-benchmarks d75e4e0b7d9 47/54: * elisp-benchmarks.el: Bump new version., Pip Cet, 2024/12/30
- scratch/elisp-benchmarks 5738562f549 48/54: * elisp-benchmarks.el (native-comp-speed, compilation-safety): Fix warning.,
Pip Cet <=
- scratch/elisp-benchmarks 7159ce37b01 49/54: * elisp-benchmarks.el: Bump new version., Pip Cet, 2024/12/30