[Bug 17] New: incomplete docs on delete expression's interaction with the state of memory

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Mar 5 14:52:34 PST 2006


http://d.puremagic.com/bugzilla/show_bug.cgi?id=17

           Summary: incomplete docs on delete expression's interaction with
                    the state of memory
           Product: D
           Version: unspecified
          Platform: Macintosh
               URL: http://www.digitalmars.com/drn-
                    bin/wwwnews?digitalmars.D.learn/2765
        OS/Version: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: www.digitalmars.com
        AssignedTo: walter at digitalmars.com
        ReportedBy: braddr at puremagic.com


http://www.digitalmars.com/d/expression.html#DeleteExpression

The description is silent as to the timing of some actions.. destructor calls,
memory state.  I'm 99% sure that destructors are called immediately and that
the memory is released to the available pool immediately as well.  Correct?  Is
this conditional based on the implementation of the gc libraries which are
separate from the library?  IE, is this a language defined aspect or a gc
implementation defined behavior?


-- 




More information about the Digitalmars-d-bugs mailing list