branch: externals/elisp-benchmarks commit 5a37ce17ea5f75853c334e43a7e6ce56aacd0897 Author: Andrea Corallo <andrea.cora...@arm.com> Commit: Andrea Corallo <andrea.cora...@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 <a...@sdf.org> ;; Maintainer: Andrea Corallo <a...@sdf.org> -;; Version: 1.9 +;; Version: 1.10 ;; Keywords: languages, lisp ;; Package-Type: multi ;; Created: 2019-01-12