[gambit-list] code optimization & compilation
Alex Queiroz
asandroq at gmail.com
Tue Apr 9 03:32:49 EDT 2013
Hallo,
On Tue, Apr 9, 2013 at 6:36 AM, Guillaume Lathoud <glathoud at yahoo.fr> wrote:
>
> To compile I used the line below. Is there a better way, at least a few
> straightforward optimization (options) ?
>
Add this to the source file:
(declare
(block)
; (not safe)
(standard-bindings)
(extended-bindings))
You can try with and without `(not safe)` and compare the results :)
Cheers,
--
-alex
http://unendli.ch/
More information about the Gambit-list
mailing list