Revert of Add script context with context-allocated "const this" (patchset #7 id...
authormachenbach <machenbach@chromium.org>
Fri, 12 Jun 2015 10:07:22 +0000 (03:07 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Jun 2015 10:07:34 +0000 (10:07 +0000)
commit32e6455c1ab79bbfdcc51acaa57fe5fac6e7c8bb
treef7abe25cf117bd1ed0f362a59e6acecf323b7ec1
parent74534bb8be0befff32cb372043a8c4c180ad7160
Revert of Add script context with context-allocated "const this" (patchset #7 id:120001 of https://codereview.chromium.org/1179893002/)

Reason for revert:
[Sheriff] Breaks gc mole:
http://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20gcmole/builds/2435

Original issue's description:
> Add script context with context-allocated "const this"
>
> R=rossberg@chromium.org
> LOG=N
> BUG=498811
>
> Committed: https://crrev.com/fa32d461c16a053cc6d48d3fb326016bc2765765
> Cr-Commit-Position: refs/heads/master@{#28988}

TBR=rossberg@chromium.org,mstarzinger@chromium.org,wingo@igalia.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=498811

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

Cr-Commit-Position: refs/heads/master@{#28992}
19 files changed:
src/arm/full-codegen-arm.cc
src/arm64/full-codegen-arm64.cc
src/bootstrapper.cc
src/compiler/ast-graph-builder.cc
src/hydrogen.cc
src/ia32/full-codegen-ia32.cc
src/mips/full-codegen-mips.cc
src/mips64/full-codegen-mips64.cc
src/objects.h
src/ppc/full-codegen-ppc.cc
src/runtime/runtime-compiler.cc
src/runtime/runtime.h
src/scopeinfo.cc
src/scopes.h
src/snapshot/snapshot-common.cc
src/variables.h
src/x64/full-codegen-x64.cc
src/x87/full-codegen-x87.cc
test/unittests/compiler/js-type-feedback-unittest.cc