Getting completely (I mean ENTIRELY) rid off GC

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Thu Sep 11 09:59:29 PDT 2014


On Thu, 11 Sep 2014 15:54:17 +0000
Andrey Lifanov via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

> What do you mean? Some sort of memory leak?
no, i meat that predictability is lost there. and with single-linked
lists, for example, freeing list head can take big amount of time too
if the list is sufficiently long.

what D really needs is GC that will not stopping the world on
collecting. you will be able to separate threads that allocating from
threads that not, and non-allocating threads will work without pauses.
then 'worker' threads can use lists of free objects almost without GC
hits.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20140911/362be723/attachment.sig>


More information about the Digitalmars-d mailing list