Author: jonathan
Date: Thu Nov 27 16:32:32 2008
New Revision: 33283

Modified:
   branches/bcanno/docs/pdds/pdd13_bytecode.pod

Log:
[pdd] Add an entry I seem to have overlooked in the annotations seg design.

Modified: branches/bcanno/docs/pdds/pdd13_bytecode.pod
==============================================================================
--- branches/bcanno/docs/pdds/pdd13_bytecode.pod        (original)
+++ branches/bcanno/docs/pdds/pdd13_bytecode.pod        Thu Nov 27 16:32:32 2008
@@ -630,8 +630,17 @@
   |        |        | annotations for the given instruction start.           |
   +--------+--------+--------------------------------------------------------+
 
-The rest of the segment is made up of a sequence of instructions to key and
-value mappings, taking the following format:
+The rest of the segment is made up of a sequence of bytecode offset to key and
+value mappings. First comes the number of them that follow:
+
+  +--------+--------+--------------------------------------------------------+
+  | Offset | Length | Description                                            |
+  +--------+--------+--------------------------------------------------------+
+  | 1      | 1      | Number of bytecode to keypair mappings that follow.    |
+  |        |        |    n                                                   |
+  +--------+--------+--------------------------------------------------------+
+
+Then there are n entries of the following format:
 
   +--------+--------+--------------------------------------------------------+
   | Offset | Length | Description                                            |

Reply via email to