-trace-compilation command line switch

db4
Slava Pestov 2008-11-03 01:19:20 -06:00
parent 7f3282bb39
commit 3230e0010f
1 changed files with 1 additions and 3 deletions

View File

@ -44,10 +44,8 @@ SYMBOL: +failed+
[ "compiled-effect" set-word-prop ]
2bi ;
SYMBOL: trace-compilation?
: start ( word -- )
trace-compilation? get [ dup . flush ] when
"trace-compilation" get [ dup . flush ] when
H{ } clone dependencies set
H{ } clone generic-dependencies set
f swap compiler-error ;