Ruby changes look good.
A few tab characters snuck into InterpretBlock in Interpreter.cs
-----Original Message-----
From: Tomas Matousek
Sent: Friday, October 17, 2008 5:01 PM
To: IronRuby External Code Reviewers; DLR Code Reviews
Cc: ironruby-core at rubyforge.org
Subject: Code Review: Blocks
tfpt review "/shelveset:Blocks;REDMOND\tomat"
Ruby:
Avoids creating lists of expressions and block expressions, optimizes block
creation in AstFactory (which improves Rails startup time by about 5s).
DLR:
Optimizes interpretation of block expressions.
Tomas