Next: Base Classes
Up: Getting Started
Previous: The main panel
The compiler is written in B-Prolog. The following parameters are available for specifying appropriate amounts of memory for different stacks in B-Prolog.
- b: words for the trail stack.
- s: words for the local stack and the heap.
- p: words for the program code area.
All amounts are in words and a word is four bytes.
For instance, if compiling HelloWorld reports a trail stack overflow, then we can assign more space to the trail stack and compile the program as follows:
dj -b 2000000 HelloWorld
Neng-Fa Zhou
1999-02-16