[gforth] / gforth / doc / vmgen.texi  

gforth: gforth/doc/vmgen.texi

Diff for /gforth/doc/vmgen.texi between version 1.31 and 1.32

version 1.31, Mon Dec 31 19:02:25 2007 UTC version 1.32, Fri Aug 8 20:56:14 2008 UTC
Line 331 
Line 331 
 for the virtual machine; we believe that using a stack architecture is  for the virtual machine; we believe that using a stack architecture is
 usually both simpler and faster.  usually both simpler and faster.
   
 however, this option is slower or  However, this option is slower or
 significantly more complex to implement than a stack machine architecture.  significantly more complex to implement than a stack machine architecture.
   
 Vmgen has special support and optimizations for stack VMs, making their  Vmgen has special support and optimizations for stack VMs, making their
Line 1141 
Line 1141 
 @cindex stack stores, optimization  @cindex stack stores, optimization
 @cindex eliminating stack stores  @cindex eliminating stack stores
   
 This minor optimization (0.6\%--0.8\% reduction in executed instructions  This minor optimization (0.6%--0.8% reduction in executed instructions
 for Gforth) puts additional requirements on the instruction descriptions  for Gforth) puts additional requirements on the instruction descriptions
 and is therefore disabled by default.  and is therefore disabled by default.
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help