www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Antti-Ville Tuuainen passes his midterm evaulations for GSoC 2012

reply "dsimcha" <dsimcha yahoo.com> writes:
Congratulations to Antti-Ville Tuuainen for passing the GSoC 2012 
midterm evaluation!  Despite going through a steep learning curve 
to learn D's template metaprogramming system, Antti-Ville has 
precise heap scanning for the garbage collector close to working 
using the new rtinfo template that has been added to object.d.  
His Github repository is at:

https://github.com/Tuna-Fish/druntime

The plans for the second half include creating an alternative 
implementation of precise scanning that may be more efficient and 
removing the global lock from malloc() if time permits.
Jul 12 2012
next sibling parent Walter Bright <newshound2 digitalmars.com> writes:
On 7/12/2012 1:49 PM, dsimcha wrote:
 Congratulations to Antti-Ville Tuuainen for passing the GSoC 2012 midterm
 evaluation!
Yay!
Jul 12 2012
prev sibling next sibling parent deadalnix <deadalnix gmail.com> writes:
On 12/07/2012 22:49, dsimcha wrote:
 Congratulations to Antti-Ville Tuuainen for passing the GSoC 2012
 midterm evaluation! Despite going through a steep learning curve to
 learn D's template metaprogramming system, Antti-Ville has precise heap
 scanning for the garbage collector close to working using the new rtinfo
 template that has been added to object.d. His Github repository is at:

 https://github.com/Tuna-Fish/druntime

 The plans for the second half include creating an alternative
 implementation of precise scanning that may be more efficient and
 removing the global lock from malloc() if time permits.
This can be shortened into => AWESOMENESS
Jul 14 2012
prev sibling parent "Dejan Lekic" <dejan.lekic gmail.com> writes:
On Thursday, 12 July 2012 at 20:49:30 UTC, dsimcha wrote:
 Congratulations to Antti-Ville Tuuainen for passing the GSoC 
 2012 midterm evaluation!  Despite going through a steep 
 learning curve to learn D's template metaprogramming system, 
 Antti-Ville has precise heap scanning for the garbage collector 
 close to working using the new rtinfo template that has been 
 added to object.d.  His Github repository is at:

 https://github.com/Tuna-Fish/druntime

 The plans for the second half include creating an alternative 
 implementation of precise scanning that may be more efficient 
 and removing the global lock from malloc() if time permits.
Congratulations Antti-Ville! I can't wait to see this in action! :)
Jul 15 2012