[gforth] / gforth / engine / main.c  

gforth: gforth/engine/main.c

Diff for /gforth/engine/main.c between version 1.130 and 1.131

version 1.130, Thu Nov 6 21:59:49 2003 UTC version 1.131, Sun Nov 9 11:31:57 2003 UTC
Line 140 
Line 140 
 int optind = 1;  int optind = 1;
 #endif  #endif
   
 #define CODE_BLOCK_SIZE (256*1024)  #define CODE_BLOCK_SIZE (4096*1024) /* !! overflow handling for -native */
 Address code_area=0;  Address code_area=0;
 Cell code_area_size = CODE_BLOCK_SIZE;  Cell code_area_size = CODE_BLOCK_SIZE;
 Address code_here=NULL+CODE_BLOCK_SIZE; /* does for code-area what HERE  Address code_here=NULL+CODE_BLOCK_SIZE; /* does for code-area what HERE
Line 1060 
Line 1060 
   
 Cell *compile_prim1arg(PrimNum p)  Cell *compile_prim1arg(PrimNum p)
 {  {
   int l = priminfos[p].length;  
   Address old_code_here=code_here;    Address old_code_here=code_here;
   
   assert(vm_prims[p]==priminfos[p].start);    assert(vm_prims[p]==priminfos[p].start);


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help