Author: rgrjr
Date: Sun Apr  6 18:15:44 2008
New Revision: 26829

Modified:
   trunk/docs/pdds/draft/pdd06_pasm.pod
   trunk/docs/pdds/pdd03_calling_conventions.pod

Log:
* docs/pdds/draft/pdd06_pasm.pod:
   + Remove refs to old pad ops.
* docs/pdds/pdd03_calling_conventions.pod:
   + Remove unmatched ")".


Modified: trunk/docs/pdds/draft/pdd06_pasm.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd06_pasm.pod        (original)
+++ trunk/docs/pdds/draft/pdd06_pasm.pod        Sun Apr  6 18:15:44 2008
@@ -573,37 +573,12 @@
 
 =over 4
 
-=item new_pad ix
-
-=item new_pad Px, iy
-
-=item push_pad Px
-
-=item pop_pad
-
-=item pop_pad Px
-
-=item peek_pad Px
-
-Instructions for creating scratchpads and manipulating the lexical stack.
-
 =item store_lex sx, Py
 
-=item store_lex ix, sy, Pz
-
-=item store_lex ix, iy, Pz
-
 =item find_lex Px, sy
 
-=item find_lex Px, iy, sz
-
-=item find_lex Px, iy, iz
-
-Instructions for storing in, and retrieving from the scratchpad currently at
-the top of the lexical stack.  For each of these operations there is an
-equivalent form that uses keyed versions of the set instruction. The keyed
-variants require that a scratchpad be specified rather than implicitly
-operating on the scratchpad on the top of the stack.
+Instructions for storing in, and retrieving from, the scratchpad associated
+with the current context.
 
 =item find_global Px, sy, sz
 

Modified: trunk/docs/pdds/pdd03_calling_conventions.pod
==============================================================================
--- trunk/docs/pdds/pdd03_calling_conventions.pod       (original)
+++ trunk/docs/pdds/pdd03_calling_conventions.pod       Sun Apr  6 18:15:44 2008
@@ -54,7 +54,7 @@
 FAQ: Given Parrot's internal use of continuation-passing style ["CPS"], it
 would be possible to use one pair of opcodes for both call and return, since
 under CPS returns I<are> calls.  And perhaps someday we will have only two
-opcodes.  But for now, certain efficiency hacks are easier with four opcodes.)
+opcodes.  But for now, certain efficiency hacks are easier with four opcodes.
 
 The common syntax of these opcodes is:
 

Reply via email to