From 20c1b3dca2073dd5dc3242dcb74cbedf42c22fae Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 1 Sep 2008 21:02:41 -0400 Subject: When byte-compiling chess-pos, set cl-optimize-speed to 9. This increases the computation of chess-eco.fen by up to 50% on my system. --- chess-pos.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chess-pos.el') diff --git a/chess-pos.el b/chess-pos.el index edf0a13..453df5a 100644 --- a/chess-pos.el +++ b/chess-pos.el @@ -72,6 +72,9 @@ (require 'chess-message) (require 'chess-fen) +(eval-when-compile + (require 'cl) + (setq cl-optimize-speed 9)) (defgroup chess-pos nil "Routines for manipulating chess positions." -- cgit v1.2.3