guile-devel
[Top][All Lists]
Advanced

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

Re: Guile 1.5.1 - install report


From: Sven . Hartrumpf
Subject: Re: Guile 1.5.1 - install report
Date: Fri, 31 Aug 2001 10:46:27 +0200 (MET DST)

(debug-disable 'debug)
(debug-set! stack 0)
is a good idea.

BUT: if this is in ~/.guile the first line has no effect,
while the second has an effect:

> guile151
guile> (debug-options)
(show-file-name #t stack 0 debug depth 20 maxdepth 1000 frames 3 indent 10 
width 79 procnames cheap)
guile> (debug-disable 'debug)
(show-file-name #t stack 0 depth 20 maxdepth 1000 frames 3 indent 10 width 79 
procnames cheap)

Same for 1.4.

This problem (and the before mentioned lack of performance hints in the
documentation) might also lead to Guile's bad rank in
http://www.bagley.org/~doug/shootout/craps.shtml
(Last of 15 languages that are lacking implementations for at most 2 tests.)
Of course, it's only a benchmark set.

Sven



reply via email to

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