From f719c82a459f911b71b8f9e445c7d1c872ead927 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 27 Feb 2012 01:30:50 +0000 Subject: * interp/compiler.boot (emitLocalCallInsn): Mark external operators as such, and local functions as such. (freeVarUsage): Do not count external and local functions. (extractCode): Tidy. Handle closure literals. * interp/g-opt.boot (optCall): Optimize external calls where possible. %external is a side-effect free operator. --- src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 4e86d93b..fcc54354 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2012-02-26 Gabriel Dos Reis + + * interp/compiler.boot (emitLocalCallInsn): Mark external + operators as such, and local functions as such. + (freeVarUsage): Do not count external and local functions. + (extractCode): Tidy. Handle closure literals. + * interp/g-opt.boot (optCall): Optimize external calls where + possible. + %external is a side-effect free operator. + 2012-02-26 Gabriel Dos Reis * interp/g-util.boot (usedSymbol?): Remove. -- cgit v1.2.3