help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Large objects


From: Gwenaël Casaccio
Subject: [Help-smalltalk] Large objects
Date: Fri, 30 Mar 2012 10:53:56 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120310 Thunderbird/11.0

Hi,

Here is a patch that allocate large objects on the fixed space,
it improves the gc compact steps by making them fixed.
I've also changed the basicFixedNew and basicFixedNewWith
primitives. They allocate directly objects on the fixed space
unlike the old implementation that allocate them and move them
in the fixed space. This patch could only be applied after the
grey pages patch.

Cheers,
Gwen

Attachment: allocator.patch
Description: Text Data


reply via email to

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