need article: How is working D-GC?

2019-06-11 Thread KnightMare via Digitalmars-d-learn
please write some explanation about subj. - what exactly it scans? - why it scan data-segment? https://issues.dlang.org/show_bug.cgi?id=15723 https://issues.dlang.org/show_bug.cgi?id=19947 precise GC doesn't help with issues. - maybe add new type like gcpointer or something (making word "pointer"

Re: need article: How is working D-GC?

2019-06-11 Thread Rémy Mouëza via Digitalmars-d-learn
On Tuesday, 11 June 2019 at 18:20:59 UTC, KnightMare wrote: please write some explanation about subj. - what exactly it scans? - why it scan data-segment? https://issues.dlang.org/show_bug.cgi?id=15723 https://issues.dlang.org/show_bug.cgi?id=19947 precise GC doesn't help with issues. - maybe add

Re: need article: How is working D-GC?

2019-06-11 Thread rikki cattermole via Digitalmars-d-learn
On 12/06/2019 11:40 AM, Rémy Mouëza wrote: If I recall correctly, there is (or was) also a precise GC in the work, but I currently don't have any links to it. Its already in. Its a modification on the conservative GC to make it more efficient. https://github.com/dlang/druntime/blob/master/src