emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/elisp-benchmarks 5a37ce1 2/2: Allow for GC to kick in p


From: Andrea Corallo
Subject: [elpa] externals/elisp-benchmarks 5a37ce1 2/2: Allow for GC to kick in pidigit
Date: Mon, 15 Mar 2021 16:40:59 -0400 (EDT)

branch: externals/elisp-benchmarks
commit 5a37ce17ea5f75853c334e43a7e6ce56aacd0897
Author: Andrea Corallo <andrea.corallo@arm.com>
Commit: Andrea Corallo <andrea.corallo@arm.com>

    Allow for GC to kick in pidigit
    
        * elisp-benchmarks.el: Bump new version.
        * benchmarks/pidigits.el (elb-pidigits): Native compile at speed
        2.
---
 benchmarks/pidigits.el | 1 +
 elisp-benchmarks.el    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/benchmarks/pidigits.el b/benchmarks/pidigits.el
index 135b086..2e24c62 100644
--- a/benchmarks/pidigits.el
+++ b/benchmarks/pidigits.el
@@ -46,6 +46,7 @@
          elb-num (* elb-num k))))
 
 (defun elb-pidigits (x)
+  (declare (speed 2))
   (let ((elb-acc 0)
        (elb-den 1)
        (elb-num 1)
diff --git a/elisp-benchmarks.el b/elisp-benchmarks.el
index f7a2c76..66bb6f0 100644
--- a/elisp-benchmarks.el
+++ b/elisp-benchmarks.el
@@ -4,7 +4,7 @@
 
 ;; Author: Andrea Corallo <akrl@sdf.org>
 ;; Maintainer: Andrea Corallo <akrl@sdf.org>
-;; Version: 1.9
+;; Version: 1.10
 ;; Keywords: languages, lisp
 ;; Package-Type: multi
 ;; Created: 2019-01-12



reply via email to

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