[svn:parrot] r43053 - trunk

darbelo at svn.parrot.org darbelo at svn.parrot.org
Mon Dec 14 22:01:55 UTC 2009


Author: darbelo
Date: Mon Dec 14 22:01:53 2009
New Revision: 43053
URL: https://trac.parrot.org/parrot/changeset/43053

Log:
Correct and clarify the freeze/thaw deprecation notice.

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Mon Dec 14 19:19:30 2009	(r43052)
+++ trunk/DEPRECATED.pod	Mon Dec 14 22:01:53 2009	(r43053)
@@ -75,12 +75,13 @@
 
 L<https://trac.parrot.org/parrot/ticket/918>
 
-=item The IMAGE_IO structure and associated VTABLEs. [eligible in 2.1]
+=item The visit_info structure and associated VTABLEs. [eligible in 2.1]
 
-The current freeze/thaw implementation makes heavy use of the IMAGE_IO
+The current freeze/thaw implementation makes heavy use of the visit_info
 structure and the VTABLE interface attached to it. This structure will
 be replaced with a PMC of equivalent functionality and with a possibly
-similar interface.
+similar interface. The freeze and thaw vtables of all PMCs should be
+updated after this change is made.
 
 L<https://trac.parrot.org/parrot/ticket/1305>
 


More information about the parrot-commits mailing list