chicken-janitors
[Top][All Lists]
Advanced

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

Re: #1226: This code will trigger an inlining loop


From: Chicken Trac
Subject: Re: #1226: This code will trigger an inlining loop
Date: Fri, 21 Oct 2022 14:16:09 -0000

#1226: This code will trigger an inlining loop
---------------------------------------------+---------------------
            Reporter:  Christian Kellermann  |      Owner:  (none)
                Type:  defect                |     Status:  closed
            Priority:  major                 |  Milestone:  someday
           Component:  compiler              |    Version:  4.10.x
          Resolution:  fixed                 |   Keywords:
Estimated difficulty:  hard                  |
---------------------------------------------+---------------------
Changes (by felix winkelmann):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Seems to have been fixed a while ago:

 {{{
 inlining: "(x.scm:2) main-loop" f_128 14
 inlining: "(x.scm:2) main-loop" f_128 18
 not inlining as unroll-limit is exceeded: "(x.scm:2) main-loop" f_128
 f_128
 inlining: "(x.scm:8) main-loop" f_128 10
 inlining: "(x.scm:2) main-loop" f_128 10
 not inlining as unroll-limit is exceeded: "(x.scm:2) main-loop" f_128
 f_126
 not inlining as unroll-limit is exceeded: "(x.scm:2) main-loop" f_128
 f_128
 not inlining as unroll-limit is exceeded: "(x.scm:2) main-loop" f_128
 f_126
 not inlining as unroll-limit is exceeded: "(x.scm:2) main-loop" f_128
 f_128
 not inlining as unroll-limit is exceeded: "(x.scm:2) main-loop" f_128
 f_126
 not inlining as unroll-limit is exceeded: "(x.scm:2) main-loop" f_128
 f_128
 not inlining as unroll-limit is exceeded: "(x.scm:2) main-loop" f_128
 f_126
 not inlining as unroll-limit is exceeded: "(x.scm:2) main-loop" f_128
 f_128
 not inlining as unroll-limit is exceeded: "(x.scm:2) main-loop" f_128
 f_126
 }}}

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/1226#comment:4>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

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