chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] a memory issue; mildly scaring to me


From: Peter Bex
Subject: Re: [Chicken-users] a memory issue; mildly scaring to me
Date: Sun, 25 Sep 2011 13:58:02 +0200
User-agent: Mutt/1.4.2.3i

On Sun, Sep 25, 2011 at 12:36:23PM +0200, Jörg F. Wittenberger wrote:
> I'm still kinda lost.
> 
> Is there any documentation I could read to understand a little more of 
> irregex code? The source says it should run on any Scheme; just not how. 
> ;-)

The *portable* and upstream version of irregex is at
http://code.google.com/p/irregex/
The in-tree version we have for Chicken is hacked up for performance,
so it is no longer portable.

I think this is probably a huge red herring; the equal? code you
mentioned does seem to have an off-by-one error.  Have you tried just
returning true instead of the assignments and "goto loop;" at the end?

Cheers,
Peter
-- 
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music."
                                                        -- Donald Knuth



reply via email to

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