[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
23.3 Eval command line options
This section presents the Bigloo compiler options that impact the interaction between compiled and interpreted code. The whole list of the Bigloo compiler options can be found in The Bigloo command line.
-
-i
Don’t compile a module, interpret it! -
-export-all
Make all the bindings defined by the compiled module available from the interpreter. -
-export-export
Make all the bindings exported by the compiled module available from the interpreter. -
-export-mutable
Make all the bindings exported by the compiled module mutable from outside the module. This option is dangerous! Either all the modules composing the application must be compiled with or without-export-mutable
. It is impossible to mix-export-mutable
enabled and disabled compilations.
This document was generated on March 31, 2014 using texi2html 5.0.