Document change #22353 in perldelta.
Rafael Garcia-Suarez [Sat, 21 Feb 2004 16:30:02 +0000 (16:30 +0000)]
p4raw-link: @22353 on //depot/perl: 2814eb746a9281fd66cc5c45be3b127463ec07c7

p4raw-id: //depot/perl@22355

pod/perl591delta.pod

index a89d6fd..a344567 100644 (file)
@@ -179,6 +179,13 @@ the oldest perl binary-compatible (resp. source-compatible) with the
 present one, were not used, and sometimes had misleading values. They have
 been removed.
 
+=head2 Less space is used by ops
+
+The C<BASEOP> structure now uses less space. The C<op_seq> field has been
+removed and replaced by two one-bit fields, C<op_opt> and C<op_static>.
+C<opt_type> is now 9 bits long. (Consequently, the C<B::OP> class doesn't
+provide an C<seq> method anymore.)
+
 =head1 Configuration and Building
 
 C<Configure> now invokes callbacks regardless of the value of the variable