www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 10184] New: Port Tango's concurrent garbage collector (CDGC) to D2's druntime

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=10184

           Summary: Port Tango's concurrent garbage collector (CDGC) to
                    D2's druntime
           Product: D
           Version: D2
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: druntime
        AssignedTo: nobody puremagic.com
        ReportedBy: leandro.lucarella sociomantic.com



2013-05-27 06:12:11 PDT ---
According to the talk in DConf 2013, there is some interest in having a
concurrent garbage collector in D2 as described in the talk.
http://dconf.org/talks/lucarella.html

The idea is to port this collector to D2 and keep track of the progress in this
issue.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 27 2013
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=10184


Leandro Lucarella <leandro.lucarella sociomantic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://dconf.org/talks/luca
                   |                            |rella.html
         AssignedTo|nobody puremagic.com        |leandro.lucarella sociomant
                   |                            |ic.com



2013-05-30 04:23:12 PDT ---
https://github.com/D-Programming-Language/druntime/pull/496

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 30 2013
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=10184


bearophile_hugs eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs eml.cc




 https://github.com/D-Programming-Language/druntime/pull/496
Leandro Lucarella, from the pull request:
 I've done some performance check in Linux with the tests in
 benchmark/gcbench and there is no evident performance impact,
 either for good or bad. If anyone else can do performance
 tests on other operating systems (specially Windows), it will
 be highly appreciated.
I agree, before accepting that request, a heavy benchmarking on Windows is needed. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 30 2013
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=10184




2013-05-31 10:35:48 PDT ---
https://github.com/D-Programming-Language/druntime/pull/500

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 31 2013