Joel Reymont wrote:
> 
> 
> On Jan 19, 2009, at 1:25 PM, Bernd Paysan wrote:
> 
> > Yes.  Gforth's dynamic code generator uses a separate memory area to  
> > compile
> > concatenated primitives.
> 
> How does gforth decide how much space to allocate to both areas and  
> when to extend them?

For the dictionary the user specifies it (4MB default).  For the
native code it allocates another block when the current block is full;
IIRC the blocks are 256KB.

- anton

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to