aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-globals.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-11-13 15:49:18 +0000
committerdos-reis <gdr@axiomatics.org>2011-11-13 15:49:18 +0000
commit4d0c8ae73e443bbfae3793a1313e0e5c5cf0c6a7 (patch)
tree61036dbbde4d9173acb1f5b5ba7acacc943a17dc /src/interp/sys-globals.boot
parent6c1c0bcb2816b92639a2a1e55f66504ae712d9d1 (diff)
downloadopen-axiom-4d0c8ae73e443bbfae3793a1313e0e5c5cf0c6a7.tar.gz
* interp/sys-driver.boot (initializeDatabases): Honor --initial-db.
(initializeGlobalState): Don't bind $compileDefaultsOnly. * interp/sys-globals.boot ($compileDefaultsOnly): Remove. * interp/define.boot (compDefineCategory): Adjust. (compDefineCategory1): Likewise. (compDefineFunctor1): Clear dbCapsuleDefinitions. * interp/lisplib.boot (compDefineLisplib): Tidy. * interp/daase.lisp (BROWSEOPEN): Use dbSourceFile. (GETDATABASE): Likewise. (LOCALNRLIB): Likewise. (WRITE-BROWSEDB): Likewise. * algebra/Makefile.in (COMPILE_SPAD): Specifiy initial DB. (BOOTSTRAP): Likewise.
Diffstat (limited to 'src/interp/sys-globals.boot')
-rw-r--r--src/interp/sys-globals.boot5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/interp/sys-globals.boot b/src/interp/sys-globals.boot
index 86fcf9cf..5304caea 100644
--- a/src/interp/sys-globals.boot
+++ b/src/interp/sys-globals.boot
@@ -428,11 +428,6 @@ $buildingSystemAlgebra := false
++ code generation, etc.
$verbose := true
-++ True if the compiler is invoked to produce implementation
-++ of category defaults only. This is meaningful only when
-++ compiling categories.
-$compileDefaultsOnly := false
-
++ True if we should consider the representation domain (`Rep')
++ as candidate for inlining, for the purpose of reducing
++ abstraction penalty.