chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] non-termination with (declare (inline ...)


From: Peter Bex
Subject: Re: [Chicken-hackers] [PATCH] non-termination with (declare (inline ...))
Date: Fri, 29 Mar 2013 19:26:07 +0100
User-agent: Mutt/1.4.2.3i

On Fri, Mar 29, 2013 at 07:13:21PM +0100, Felix wrote:
> > I'm trying to figure out how this relates to inline-global.
> > 
> > I noticed that inline-global calls
> > (cut mark-variable <> '##compiler#inline-global 'no) for
> > each identifier.  Shouldn't that be 'yes?  And can this cause
> > the same kind of infinite loop?
> > 
> 
> It's the (not (inline-global ...)) declaration you're looking at, 
> I think.

D'oh!  You're right, of course.  My other question remains: couldn't
the inline-global with value 'yes cause a similar infinite loop?

I can't trigger it with the simple example that triggers it for regular
inline, but then I don't really understand the difference between
inline-global and "regular" (local?) inline.

Cheers,
Peter
-- 
http://www.more-magic.net



reply via email to

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