chicken-janitors
[Top][All Lists]
Advanced

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

Re: #1665: Inlining issue


From: Chicken Trac
Subject: Re: #1665: Inlining issue
Date: Mon, 10 Feb 2020 13:40:26 -0000

#1665: Inlining issue
---------------------------------+------------------------------
            Reporter:  megane    |      Owner:  (none)
                Type:  defect    |     Status:  new
            Priority:  major     |  Milestone:  5.2
           Component:  compiler  |    Version:  5.1.0
          Resolution:            |   Keywords:  inline optimizer
Estimated difficulty:            |
---------------------------------+------------------------------

Comment (by sjamaan):

 Originally, the entire call to the procedure would be inlined, thus the
 `f_230` id disappears as it is no longer needed. Currently, the unroll
 limit prevents this from happening.

 So the underlying bug looks like an older one, but it's triggered by the
 addition of an unroll limit.

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/1665#comment:3>
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]