# New Ticket Created by  Bernhard Schmalhofer 
# Please include the string:  [perl #47764]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=47764 >


In docs/memory_internals.pod there is a XXX item:

 > Copying GC uses a C<Buffer_Tail> after the end of the actual variable 
length
 > string and marks such COW strings with C<TAIL_moved> and stores the 
new address
 > in the buffer header, so other users of this string can be updated to 
reuse the
 > same string (XXX one or all other users?).

I have no idea whether this has been decided and implemented yet.
This issue was also mentioned in docs/ROADMAP.pod






Reply via email to