gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Bug report: sleep and time


From: Peter Wood
Subject: Re: [Gcl-devel] Bug report: sleep and time
Date: Sun, 15 Sep 2002 13:43:52 +0200
User-agent: Mutt/1.4i

On Sat, Sep 14, 2002 at 08:18:39PM +0200, Peter Wood wrote:
> Hi
> 
> On a Gnu/Linux system (x86) using CVS Gcl downloaded on Sat Sep 14
> 19:55:11 CEST 2002.
> 
> (sleep n) appears to return immediately for any value of n < 0.5.
> 
> #'time is reporting 'optimistically' :-)
> (time (explode "abc"))
> 
> real time : 0.000 secs
> run time  : 0.000 secs
> (#\a #\b #\c)
> 
> 
> (time (explode-2 "abc"))
> 
> real time : 0.000 secs
> run time  : 0.000 secs
> (#\a #\b #\c)
> 
> These same bugs existed in CVS Gcl dowloaded on Mon Aug 26 18:37:19
> CEST 2002.
> 

Apologies for this self-reply.

I guess the #'time thing is probably not a bug, anyway.  I should have
tried it on longer strings. Anyway, it would be nice if it could be a
bit more fine-grained.

Regards,
Peter




reply via email to

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