--- gforth/README.vmgen 2007/12/31 18:40:23 1.6 +++ gforth/README.vmgen 2008/11/08 15:54:06 1.8 @@ -18,7 +18,7 @@ Vmgen supports several techniques for wr virtual machine interpreters, threaded code, combining VM instructions into superinstructions, keeping the top-of-stack in a register, scheduling the dispatch of the next VM instruction, and a couple of -minor optimizations. Interpreters created with vmgen usually are +minor optimizations. Interpreters created with Vmgen usually are faster than competing interpreters and are typically only a factor of 2-10 slower than the code generateed by native-code compilers. @@ -50,7 +50,7 @@ programs written for the present version additional macro definitions). ----- -Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. +Copyright (C) 2001, 2002, 2003,2007 Free Software Foundation, Inc. This file is part of Gforth.