next up previous contents index
Next: Base Classes Up: Getting Started Previous: The main panel

Other parameters

The compiler is written in B-Prolog. The following parameters are available for specifying appropriate amounts of memory for different stacks in B-Prolog. 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