www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - How do we accelerate the development of precise GC, RC and so on?

reply Jack Applegame <japplegame gmail.com> writes:
We look forward to sane GC over the years. How do we accelerate 
the development of precise GC, RC and so on?
Maybe we should organize a fundraiser on Kickstarter or somewhere 
else?
I'm not ready to write precise GC, but I'm willing to donate to 
those who are ready.
Nov 22 2016
next sibling parent reply Dsby <dushibaiyu yahoo.com> writes:
On Tuesday, 22 November 2016 at 11:20:10 UTC, Jack Applegame 
wrote:
 We look forward to sane GC over the years. How do we accelerate 
 the development of precise GC, RC and so on?
 Maybe we should organize a fundraiser on Kickstarter or 
 somewhere else?
 I'm not ready to write precise GC, but I'm willing to donate to 
 those who are ready.
I want to know too.
Nov 22 2016
next sibling parent Adam Wilson <flyboynw gmail.com> writes:
Dsby wrote:
 On Tuesday, 22 November 2016 at 11:20:10 UTC, Jack Applegame wrote:
 We look forward to sane GC over the years. How do we accelerate the
 development of precise GC, RC and so on?
 Maybe we should organize a fundraiser on Kickstarter or somewhere else?
 I'm not ready to write precise GC, but I'm willing to donate to those
 who are ready.
I want to know too.
Over the summer there was a GSoC project to implement a Precise GC in D. The bulk of the work was completed but we got bogged down by the need to test and fix it's performance characteristics over multiple CPU types. If you want to help you can look at this github branch and test it on your box and let us know what your results are: https://github.com/dlang/druntime/pull/1603 You can also submit any fixes you come up with. That would be very helpful! -- Adam Wilson IRC: LightBender //quiet.dlang.dev
Nov 22 2016
prev sibling parent Seb <seb wilzba.ch> writes:
On Wednesday, 23 November 2016 at 04:27:58 UTC, Dsby wrote:
 On Tuesday, 22 November 2016 at 11:20:10 UTC, Jack Applegame 
 wrote:
 We look forward to sane GC over the years. How do we 
 accelerate the development of precise GC, RC and so on?
 Maybe we should organize a fundraiser on Kickstarter or 
 somewhere else?
 I'm not ready to write precise GC, but I'm willing to donate 
 to those who are ready.
I want to know too.
Same here. Would be happy to donate to the D Foundation or Kickstarter (could be the same) to accelerate the growth. Many OS projects have managed to grow with money and I am pretty sure that it's a lot easier to get motivated if you get real $$$ for it.
Nov 23 2016
prev sibling parent Jack Applegame <japplegame gmail.com> writes:
So, who wants to do a good deed and make some money?
We can create an issue and start fundraising on Bountysource.
We can also donate to the D Language Foundation, but I personally 
would like to see the funds were used to develop precise GC and 
DIP74 (https://wiki.dlang.org/DIP74).
Nov 24 2016