http://codereview.chromium.org/536029/diff/1/3 File src/codegen.cc (right):
http://codereview.chromium.org/536029/diff/1/3#newcode290 src/codegen.cc:290: StoreToSlot(scope_->function()->slot(), NOT_CONST_INIT); On 2010/01/12 16:32:25, Kevin Millikin wrote:
As we discussed, this won't work on ARM. There is no StoreToSlot
there.
I'd move it into the platform specific CodeGenerator::GenCode
functions (just
before calling CodeGenerator::ProcessDeclarations).
Done. http://codereview.chromium.org/536029
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
