chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Improve performance by skipping mutations


From: Mario Domenech Goulart
Subject: Re: [Chicken-hackers] [PATCH] Improve performance by skipping mutations on non-stack pointers
Date: Fri, 11 Apr 2014 01:20:07 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

On Wed, 9 Apr 2014 14:44:55 +0200 Peter Bex <address@hidden> wrote:

> On Sat, Apr 05, 2014 at 09:19:21PM +0200, Peter Bex wrote:
>> I am unsure what to do with the GC mutation hook, though.  My patch keeps
>> the hook invoked for mutations on all non-immediate objects, even if they
>> will eventually not get tracked.  Perhaps this should be moved down
>> below the new check?
>
> I've asked Felix and he thinks it should probably see only the mutations
> that are tracked, because those are the ones that really count.
> Attached is a version of the patch which makes it so.

Nice.  Thanks, Peter.  I've pushed it.

Best wishes.
Mario
-- 
http://parenteses.org/mario



reply via email to

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