chicken-janitors
[Top][All Lists]
Advanced

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

Re: [Chicken-janitors] #1041: -d0 causes different application behavior


From: Chicken Trac
Subject: Re: [Chicken-janitors] #1041: -d0 causes different application behavior
Date: Mon, 20 Jan 2014 15:45:03 -0000

#1041: -d0 causes different application behavior
-----------------------+----------------------------------------------------
  Reporter:  mario     |       Owner:          
      Type:  defect    |      Status:  reopened
  Priority:  critical  |   Milestone:  4.9.0   
 Component:  unknown   |     Version:  4.8.x   
Resolution:            |    Keywords:          
-----------------------+----------------------------------------------------

Comment(by felix):

 Yes, "-d0" modifies the allocation behavior, which in CHICKEN has a direct
 impact on execution (in terms of performance, and in the number and times
 where GC happens, and so). The use of lambda-info allocates more storage
 for closure records and thus influences the nursery-allocation frequency.

 This is an inherent factor that should always be kept in mind. The bug
 reported here is somewhere else - "-d0" just modifies the pattern of
 memory-access.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/1041#comment:13>
CHICKEN Scheme <http://www.call-with-current-continuation.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

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