[svn:parrot] r46709 - trunk

plobsing at svn.parrot.org plobsing at svn.parrot.org
Sun May 16 16:05:21 UTC 2010


Author: plobsing
Date: Sun May 16 16:05:20 2010
New Revision: 46709
URL: https://trac.parrot.org/parrot/changeset/46709

Log:
opcode deprecations

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Sun May 16 15:53:36 2010	(r46708)
+++ trunk/DEPRECATED.pod	Sun May 16 16:05:20 2010	(r46709)
@@ -221,6 +221,18 @@
 
 L<https://trac.parrot.org/parrot/ticket/1629>
 
+=item All opcodes that modify non-argument registers. [eligible in 2.7]
+
+E.g. "cleari", etc.
+
+L<https://trac.parrot.org/parrot/ticket/1642>
+
+=item exchange [eligible in 2.7]
+
+This op is too low level for Parrot in its current form.
+
+L<https://trac.parrot.org/parrot/ticket/1643>
+
 =item unroll [experimental]
 
 Unroll inner runloops from exception handlers.


More information about the parrot-commits mailing list