[svn:parrot] r38728 - trunk
whiteknight at svn.parrot.org
whiteknight at svn.parrot.org
Tue May 12 23:33:11 UTC 2009
Author: whiteknight
Date: Tue May 12 23:33:10 2009
New Revision: 38728
URL: https://trac.parrot.org/parrot/changeset/38728
Log:
[DEPRECATED] add note about get_addr and set_addr opcodes, which will change semantics post-1.4. See TT #218 for details
Modified:
trunk/DEPRECATED.pod
Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod Tue May 12 22:16:06 2009 (r38727)
+++ trunk/DEPRECATED.pod Tue May 12 23:33:10 2009 (r38728)
@@ -78,6 +78,15 @@
L<https://trac.parrot.org/parrot/ticket/450>
+=item get_addr and set_addr [eligible in 1.4]
+
+L<https://trac.parrot.org/parrot/ticket/218>
+
+These opcodes are being repurposed. They will always return a unique memory
+address of the PMC. Uses of get_addr and set_addr that would set label values
+for Sub, Exception, and related PMC types will instead be handled by
+get_label and set_label.
+
=back
=head1 Bytecode
More information about the parrot-commits
mailing list