bug-guile
[Top][All Lists]
Advanced

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

Re: string-every returns #f when applied to an empty sequence


From: Kevin Ryde
Subject: Re: string-every returns #f when applied to an empty sequence
Date: Sat, 14 Aug 2004 10:34:04 +1000
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

Rob Browning <address@hidden> writes:
>
> If we're going to implement string-every in C, then that's the best we
> can do right now, and from looking at the output of srfi-13.s via
> -save-temps (presuming I'm reading the x86 assembly right) newer gcc's
> optimize that call to a jmp.

I wouldn't worry, unless everything else in the eval path is optimized
that way too.  Even then it's relying on a new enough gcc.




reply via email to

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