[svn:parrot] r43171 - trunk/docs/pdds
cotto at svn.parrot.org
cotto at svn.parrot.org
Sun Dec 20 01:58:18 UTC 2009
Author: cotto
Date: Sun Dec 20 01:58:18 2009
New Revision: 43171
URL: https://trac.parrot.org/parrot/changeset/43171
Log:
[pdd] minor fixes to pdd13
Modified:
trunk/docs/pdds/pdd13_bytecode.pod
Modified: trunk/docs/pdds/pdd13_bytecode.pod
==============================================================================
--- trunk/docs/pdds/pdd13_bytecode.pod Sun Dec 20 01:16:40 2009 (r43170)
+++ trunk/docs/pdds/pdd13_bytecode.pod Sun Dec 20 01:58:18 2009 (r43171)
@@ -544,7 +544,7 @@
The length of the table of line numbers mapping is given by the last field
of the segment header.
-Then come the table:
+Then comes the table:
+--------+--------+--------------------------------------------------------+
| Offset | Length | Description |
@@ -552,7 +552,7 @@
| 0 | 1 | Line number for the offset in the bytecode. |
+--------+--------+--------------------------------------------------------+
-Then come an opcode with n, the number of file mappings.
+Then comes an opcode with n, the number of file mappings.
Then come n mappings.
@@ -626,7 +626,6 @@
| Offset | Length | Description |
+--------+--------+--------------------------------------------------------+
| 1 | 1 | Number of annotation group entries that follow. |
- | | | n |
+--------+--------+--------------------------------------------------------+
A group entry maps an offset in the bytecode segment to an offset in the list
@@ -697,7 +696,8 @@
=head4 Packfile.pmc
This PMC represents the packfile overall. It will be constructed by the VM
-when reading a packfile. It implements the following methods.
+when reading a packfile. It implements the following methods and vtable
+functions.
=over 4
@@ -969,7 +969,7 @@
=over 4
-=item * C<get_iter>
+=item * C<get_iter> (vtable)
Returns iterator for stored fixup entries.
More information about the parrot-commits
mailing list