Stack allocate lexical locals + hoist stack slots
authordslomov <dslomov@chromium.org>
Wed, 22 Apr 2015 13:22:37 +0000 (06:22 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 22 Apr 2015 13:22:18 +0000 (13:22 +0000)
commitaec46ca54ad4e2849ba1c02bf033f03b7c216d74
treedba86dae4ae423d0b1729f1bbbaed9b0921bb604
parentb3a8f6125640133d6f37526ecb4eb984d5a78703
Stack allocate lexical locals + hoist stack slots

Review URL: https://codereview.chromium.org/981203003

Cr-Commit-Position: refs/heads/master@{#28008}
16 files changed:
src/compiler/ast-graph-builder.cc
src/full-codegen.cc
src/full-codegen.h
src/hydrogen.cc
src/objects.h
src/parser.cc
src/runtime/runtime-debug.cc
src/scopeinfo.cc
src/scopes.cc
test/mjsunit/bugs/harmony/debug-blockscopes.js
test/mjsunit/debug-scopes.js
test/mjsunit/es6/block-scoping-top-level.js [new file with mode: 0644]
test/mjsunit/es6/debug-blockscopes.js
test/mjsunit/es6/debug-function-scopes.js
test/mjsunit/es6/regress/regress-468661.js
test/mjsunit/mjsunit.status