Diff for /gforth/doc/vmgen.texi between versions 1.27 and 1.28

version 1.27, 2005/01/24 22:18:34 version 1.28, 2005/01/26 21:24:15
Line 910  SUPER_CONTINUE; Line 910  SUPER_CONTINUE;
 @findex VM_JUMP  @findex VM_JUMP
 @code{VM_JUMP(target)} is equivalent to @code{goto *(target)}, but  @code{VM_JUMP(target)} is equivalent to @code{goto *(target)}, but
 allows Vmgen to do dynamic superinstructions and replication.  You  allows Vmgen to do dynamic superinstructions and replication.  You
 still need to say @code{SUPER_END}.  still need to say @code{SUPER_END}.  Also, the goto only happens at
   the end (wherever the VM_JUMP is).  Essentially, this just suppresses
   much of the ordinary dispatch mechanism.
   
 @end table  @end table
   

Removed from v.1.27  
changed lines
  Added in v.1.28


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>