More radical ideas about gc and reference counting

froglegs via Digitalmars-d digitalmars-d at puremagic.com
Wed Apr 30 16:19:49 PDT 2014


  Here is an alternative:

  1. classes are unique by default, they cannot be shared. No GC 
or RF required, and covers 90% of objects.
  2. To share, retype as GC, the requirement being that it does 
not have a destructor.







More information about the Digitalmars-d mailing list