GC vs Resource management.

Dicebot via Digitalmars-d digitalmars-d at puremagic.com
Mon May 5 07:43:15 PDT 2014


Very short feedback about original proposal:

1) managing local objects is not really a problem, we already 
have `scoped` in Phobos for that (and unimplemented scope 
qualifier as possible more reliable approach)

2) real problem is managing global objects without clear 
destruction point while still keeping those compatible with 
Object hierarchy (for inheritance / polymorphism). There is 
nothing proposed to address it.


More information about the Digitalmars-d mailing list