diff options
Diffstat (limited to 'src/interp/sys-globals.boot')
-rw-r--r-- | src/interp/sys-globals.boot | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/interp/sys-globals.boot b/src/interp/sys-globals.boot index d73e5234..d2a756a7 100644 --- a/src/interp/sys-globals.boot +++ b/src/interp/sys-globals.boot @@ -1,6 +1,6 @@ -- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd. -- All rights reserved. --- Copyright (C) 2007-2008, Gabriel Dos Reis. +-- Copyright (C) 2007-2010, Gabriel Dos Reis. -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without @@ -490,5 +490,10 @@ $compileExportsOnly := false ++ compiling categories. $compileDefaultsOnly := false +++ True if we should consider the representation domain (`Rep') +++ as candidate for inlining, for the purpose of reducing +++ abstraction penalty. +$optimizeRep := false + ++ $leanMode := false |