www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Bug 17] New: incomplete docs on delete expression's interaction with the state of memory

reply d-bugmail puremagic.com writes:
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?


-- 
Mar 05 2006
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/bugzilla/show_bug.cgi?id=17


bugzilla digitalmars.com changed:

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





Fixed 0.150


-- 
Mar 20 2006