tfpt review "/shelveset:Interpret1;REDMOND\tomat" Microsoft.Scripting: Fixes variable lookup and evaluation of OrExpression in interpreter. Reduces amount of generated code during interpretation by using generic methods for delegate targets in LambdaInvoker. New methods are generated only if a signature that doesn't match any of the generic methods is needed. Adds InterpretedScriptCode that derives from ScriptCode and runs interpreter instead of compiler.
Ruby: Uses InterpretedScriptCode. Modifies test runner to run interpreted mode and also to measure time. Removes calls to obsolete Ast.RuntimeConstant. Tomas
Interpret1.diff
Description: Interpret1.diff
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
