diff options
-rw-r--r-- | src/ChangeLog | 5 | ||||
-rw-r--r-- | src/interp/clam.boot | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8adca31f..4b301309 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2012-05-04 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/clam.boot (compHash): Use compQuietly in lieu of + compileInteractive. + +2012-05-04 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/lisp-backend.boot (assembleCode): New. * interp/c-util.boot (backendCompileSPADSLAM): Use it. (backendCompile2): Likewise. diff --git a/src/interp/clam.boot b/src/interp/clam.boot index e5d2f4ec..02b3fa06 100644 --- a/src/interp/clam.boot +++ b/src/interp/clam.boot @@ -237,7 +237,7 @@ compHash(op,argl,body,cacheNameOrNil,eqEtc,countFl) == computeFunction:= [auxfn,['LAMBDA,argl,:body]] -- compile generated function stub - compileInteractive mainFunction + compQuietly [mainFunction] -- compile main body: this has already been compTran'ed if $reportCompilation then |