[svn:parrot] r42415 - trunk
cotto at svn.parrot.org
cotto at svn.parrot.org
Wed Nov 11 02:09:14 UTC 2009
Author: cotto
Date: Wed Nov 11 02:09:13 2009
New Revision: 42415
URL: https://trac.parrot.org/parrot/changeset/42415
Log:
[DEPRECATED] add notice about bitwise ops and VTABLE functions
Modified:
trunk/DEPRECATED.pod
Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod Wed Nov 11 02:01:22 2009 (r42414)
+++ trunk/DEPRECATED.pod Wed Nov 11 02:09:13 2009 (r42415)
@@ -75,6 +75,14 @@
L<https://trac.parrot.org/parrot/ticket/918>
+=item All bitwise VTABLE functions [eligible in 2.1]
+
+All bitwise VTABLE functions (all VTABLE functions containing C<bitwise> in
+their names) will be removed. Equivalent functionality will by supplied by
+bitwise dynops.
+
+L<https://trac.parrot.org/parrot/ticket/1260>
+
=back
=head1 Opcodes
@@ -97,6 +105,15 @@
for Sub, Exception, and related PMC types will instead be handled by
get_label and set_label.
+=item All bitwise ops [eligible in 2.1]
+
+All bitwise ops (all ops containing C<bitwise> in their names) will be provided
+by dynops. B<NOTE>: Before removing the bitwise ops, make sure that the
+equivalent dynops are available and that the major HLLs (Rakudo, Partcl, Lua,
+etc) have switched to using them.
+
+L<https://trac.parrot.org/parrot/ticket/1260>
+
=back
=head1 Bytecode
More information about the parrot-commits
mailing list