[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sbcl-devel
Subject:    Re: [Sbcl-devel] [BUG] failed AVER: (EQ PHYSENV (LAMBDA-PHYSENV #))
From:       "Tobias C. Rittweiler" <tcr () freebits ! de>
Date:       2009-10-18 13:55:03
Message-ID: 878wf8lsco.fsf () freebits ! de
[Download RAW message or body]

"Tobias C. Rittweiler" <tcr@freebits.de> writes:

> Compiling the function below produces a failed aver in
> SB-C::FIND-IN-PHYSENV. (1.0.31.20)

Ok I reduced this as

  (defun not-failing ()
    (let ((iterator+977 #'terpri))
      (flet ((iterator+976 ()
               (funcall iterator+977)))
        (let ((iterator+976 #'iterator+976))
          (funcall iterator+976)))))

  (defun failing ()
    (let ((iterator+977 #'terpri))
      (flet ((iterator+976 ()
               (funcall iterator+977)))
        (declare (inline iterator+976 ptr))
        (let ((iterator+976 #'iterator+976))
          (funcall iterator+976)))))

The difference between not-failing and failing is the inline
declaration.

HTH,

  -T.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Sbcl-devel mailing list
Sbcl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sbcl-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic