Diff for /gforth/peeprules.vmg between versions 1.20 and 1.23

version 1.20, 2007/12/31 18:40:24 version 1.23, 2010/12/31 18:09:02
Line 1 Line 1
 \ Gforth superinstructions and stack caching replicas  \ Gforth superinstructions and stack caching replicas
   
 \ Copyright (C) 2003,2004,2005 Free Software Foundation, Inc.  \ Copyright (C) 2003,2004,2005,2007,2010 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 52  super23 = useraddr ! Line 52  super23 = useraddr !
 super25 = @ ;s  super25 = @ ;s
 super26 = lit @ +  super26 = lit @ +
 super27 = dup @  super27 = dup @
   \ super28 = lit execute \ currently not supported
   
 \F 0 [if]  \F 0 [if]
   
Line 250  super27 = dup @ Line 251  super27 = dup @
 \ \E prim-states flush-icache         \ 1  \ \E prim-states flush-icache         \ 1
 \ \E prim-states cmove                \ 1  \ \E prim-states cmove                \ 1
 \ \E prim-states (system)             \ 1  \ \E prim-states (system)             \ 1
   \E S0 S0 state-prim abi-call
   \E S0 S0 state-prim ;abi-code-exec
   
 \E ' noop is output-nextp0  \E ' noop is output-nextp0
 \E ' noop is output-nextp1  \E ' noop is output-nextp1

Removed from v.1.20  
changed lines
  Added in v.1.23


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