March 05, 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@digitalmars.com
        ReportedBy: braddr@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?


-- 

March 21, 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=17


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from bugzilla@digitalmars.com  2006-03-20 22:19 -------
Fixed 0.150


--