--- gforth/prim 2003/05/04 08:28:28 1.127 +++ gforth/prim 2003/05/18 18:27:44 1.130 @@ -106,6 +106,10 @@ \E set-current \E store-optimization on \E ' noop tail-nextp2 ! \ now INST_TAIL just stores, but does not jump +\E +\E include-skipped-insts on \ static superinsts include cells for components +\E \ useful for dynamic programming and +\E \ superinsts across entry points \ \ @@ -2271,6 +2275,12 @@ assert(0); \+ +\g static_super + +\C #if !defined(GFORTH_DEBUGGING) && !defined(INDIRECT_THREADED) && !defined(DOUBLY_INDIRECT) && !defined(VM_PROFILING) + include(peeprules.vmg) +\C #endif + \g end