compilation_mode option for load_files

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1980 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2007-11-08 11:22:05 +00:00
parent 925639eccc
commit bb9d163040
5 changed files with 104 additions and 51 deletions

View File

@@ -1650,6 +1650,11 @@ supported encodings.
clauses as well as remove all clauses if the data is re-consulted.
This option is added to allow compiling from non-file locations such as databases, the web, the user (see consult/1) or other servers.
@item compilation_mode(+@var{Mode})
This extension controls how procedures are compiled. If @var{Mode}
is @code{compile} clauses are compiled and no source code is stored;
is @code{assert_all} clauses are asserted into the data-base.
@end table
@item ensure_loaded(@var{+F}) [ISO]