digitalmars.D - Please join me...
- Andrei Alexandrescu (5/5) Nov 06 2009 ...in welcoming David Simcha to the Phobos developers list.
- Jesse Phillips (3/11) Nov 06 2009 Glad to hear his work has gotten him formal recognition, and accepted as...
- Simen Kjaeraas (5/10) Nov 06 2009 Great!
- div0 (15/23) Nov 06 2009 -----BEGIN PGP SIGNED MESSAGE-----
- dsimcha (15/28) Nov 06 2009 Precise heap scanning. The stack and static data segment will still be
- Nick Sabalausky (5/6) Nov 07 2009 Just don't fart in my general direction. I'd get so mad I might club a b...
...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
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. AndreiGlad 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
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. AndreiGreat! Grats, David! -- Simen
Nov 06 2009
-----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. AndreiI'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
== Quote from div0 (div0 users.sourceforge.net)'s article-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andrei Alexandrescu wrote: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....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. AndreiI'm not joining you. You are ugly and your mother smells of elderberries. Does this mean we get a precise GC?! Sweet!
Nov 06 2009
"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