www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Please join me...

reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
...in welcoming David Simcha to the Phobos developers list.

David has done great work and we think he will add great value to 
Phobos. I suggest Sean to add him to the druntime developers list to 
make it easier to integrate David's garbage collector.


Andrei
Nov 06 2009
next sibling parent Jesse Phillips <jessekphillips+D gmail.com> writes:
Andrei Alexandrescu Wrote:

 ...in welcoming David Simcha to the Phobos developers list.
 
 David has done great work and we think he will add great value to 
 Phobos. I suggest Sean to add him to the druntime developers list to 
 make it easier to integrate David's garbage collector.
 
 
 Andrei
Glad to hear his work has gotten him formal recognition, and accepted as a worthy change to Phobos. Keep up the good work David.
Nov 06 2009
prev sibling next sibling parent "Simen Kjaeraas" <simen.kjaras gmail.com> writes:
Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> wrote:

 ...in welcoming David Simcha to the Phobos developers list.

 David has done great work and we think he will add great value to  
 Phobos. I suggest Sean to add him to the druntime developers list to  
 make it easier to integrate David's garbage collector.


 Andrei
Great! Grats, David! -- Simen
Nov 06 2009
prev sibling parent reply div0 <div0 users.sourceforge.net> writes:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Andrei Alexandrescu wrote:
 ...in welcoming David Simcha to the Phobos developers list.
 
 David has done great work and we think he will add great value to
 Phobos. I suggest Sean to add him to the druntime developers list to
 make it easier to integrate David's garbage collector.
 
 
 Andrei
I'm not joining you. You are ugly and your mother smells of elderberries. Does this mean we get a precise GC?! Sweet! - -- My enormous talent is exceeded only by my outrageous laziness. http://www.ssTk.co.uk -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFK9MUjT9LetA9XoXwRAgZcAJ0SKmD+26KTmok8cjSYED1W4ywn3gCgsh9p knMPGtbX4YYsb+uRmNtxt10= =NUAL -----END PGP SIGNATURE-----
Nov 06 2009
next sibling parent dsimcha <dsimcha yahoo.com> writes:
== Quote from div0 (div0 users.sourceforge.net)'s article
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 Andrei Alexandrescu wrote:
 ...in welcoming David Simcha to the Phobos developers list.

 David has done great work and we think he will add great value to
 Phobos. I suggest Sean to add him to the druntime developers list to
 make it easier to integrate David's garbage collector.


 Andrei
I'm not joining you. You are ugly and your mother smells of elderberries. Does this mean we get a precise GC?! Sweet!
Precise heap scanning. The stack and static data segment will still be conservative. Also, there are still some plumbing issues to resolve as far as getting the pointer offset info to the GC when an object is new'd as opposed to malloc'd. IMHO, though, precise heap scanning should solve most false pointer problems. In any program that uses enough memory for false pointers to be problematic, the heap is orders of magnitude larger than the stack and static data segment. However, I haven't had a chance to test this in real-world programs b/c of the aforementioned problems with new. As far as precise stack and static data segment scanning, they're an order of magnitude harder because they would require major changes to the compiler. I was able to do precise heap scanning with only a few templates and changes to the runtime. The only compiler changes that will be necessary are the minor plumbing issues with new that I mentioned already.
Nov 06 2009
prev sibling parent "Nick Sabalausky" <a a.a> writes:
"div0" <div0 users.sourceforge.net> wrote in message 
news:hd2ges$n2p$1 digitalmars.com...
 I'm not joining you. You are ugly and your mother smells of elderberries.
Just don't fart in my general direction. I'd get so mad I might club a baby sycophant. Meh, the heck with it all, I'm going panning for chickens... AAALLBATROSS!!
Nov 07 2009