Il 30/03/2012 10:53, Gwenaël Casaccio ha scritto:
> Hi,
> 
> Here is a patch that allocate large objects on the fixed space,
> it improves the gc compact steps by making them fixed.

You also made them young in a patch that was reverted a while ago
(commit c51f7d2, do not automatically tenure large objects).  Can this
be reapplied with the grey pages fix?

> 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 should be a separate patch.  I think indirect function calls hurt
on a fast path.

Paolo

_______________________________________________
help-smalltalk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to