Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Issue 1085263003: Eagerly declare eval scopes, even for sloppy scopes (Closed)

Created:
5 years, 8 months ago by wingo
Modified:
5 years, 8 months ago
CC:
v8-dev, marja, Dmitry Lomov (no reviews)
Base URL:
https://chromium.googlesource.com/v8/v8@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Eagerly declare eval scopes, even for sloppy scopes R=marja@chromium.org, mstarzinger@chromium.org LOG=N BUG=N Committed: https://crrev.com/fe9efc121c8cba8b6aee1a9cf36c68ee97c44d99 Cr-Commit-Position: refs/heads/master@{#28027}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -31 lines) Patch
M src/parser.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/parser.cc View 1 5 chunks +4 lines, -26 lines 0 comments Download
M src/runtime/runtime-scopes.cc View 1 1 chunk +8 lines, -3 lines 0 comments Download

Messages

Total messages: 28 (9 generated)
wingo
The parser part of this seems straightforward to me, but the runtime fallout was not. ...
5 years, 8 months ago (2015-04-15 13:59:24 UTC) #1
marja
I have no idea whether the changes to runtime-scopes.cc are correct, somebody who has should ...
5 years, 8 months ago (2015-04-15 14:05:39 UTC) #2
arv (Not doing code reviews)
Maybe Dmitry knows?
5 years, 8 months ago (2015-04-15 15:40:15 UTC) #4
Michael Starzinger
The variable binding and scope analysis has significantly changed over the past three years, since ...
5 years, 8 months ago (2015-04-15 15:57:19 UTC) #5
Michael Starzinger
Hint: Unless you already did so, also run test262 (release mode suffices) to get additional ...
5 years, 8 months ago (2015-04-15 16:02:09 UTC) #6
wingo
On 2015/04/15 16:02:09, Michael Starzinger wrote: > Hint: Unless you already did so, also run ...
5 years, 8 months ago (2015-04-16 10:05:52 UTC) #7
Michael Starzinger
LGTM from my end. I asked Toon to look double-check Runtime_DeclareLookupSlot as well, please wait ...
5 years, 8 months ago (2015-04-16 10:49:19 UTC) #9
wingo
On 2015/04/16 10:49:19, Michael Starzinger wrote: > LGTM from my end. I asked Toon to ...
5 years, 8 months ago (2015-04-17 11:51:03 UTC) #10
wingo
On 2015/04/17 11:51:03, wingo wrote: > On 2015/04/16 10:49:19, Michael Starzinger wrote: > > LGTM ...
5 years, 8 months ago (2015-04-20 08:07:11 UTC) #13
Toon Verwaest
https://codereview.chromium.org/1085263003/diff/1/src/runtime/runtime-scopes.cc File src/runtime/runtime-scopes.cc (right): https://codereview.chromium.org/1085263003/diff/1/src/runtime/runtime-scopes.cc#newcode247 src/runtime/runtime-scopes.cc:247: context_arg->extension()->IsJSGlobalObject()) { If the holder is a JSGlobalObject, shouldn't ...
5 years, 8 months ago (2015-04-20 10:59:14 UTC) #14
wingo
https://codereview.chromium.org/1085263003/diff/1/src/runtime/runtime-scopes.cc File src/runtime/runtime-scopes.cc (right): https://codereview.chromium.org/1085263003/diff/1/src/runtime/runtime-scopes.cc#newcode247 src/runtime/runtime-scopes.cc:247: context_arg->extension()->IsJSGlobalObject()) { On 2015/04/20 10:59:14, Toon Verwaest wrote: > ...
5 years, 8 months ago (2015-04-20 11:23:18 UTC) #15
wingo
On 2015/04/20 11:23:18, wingo wrote: > https://codereview.chromium.org/1085263003/diff/1/src/runtime/runtime-scopes.cc > File src/runtime/runtime-scopes.cc (right): > > https://codereview.chromium.org/1085263003/diff/1/src/runtime/runtime-scopes.cc#newcode247 > ...
5 years, 8 months ago (2015-04-21 08:56:33 UTC) #16
wingo
Landing following offline discussion with Michael. I'm happy to follow up with Toon when he ...
5 years, 8 months ago (2015-04-23 08:07:57 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1085263003/1
5 years, 8 months ago (2015-04-23 08:08:35 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/5084)
5 years, 8 months ago (2015-04-23 08:09:35 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1085263003/20001
5 years, 8 months ago (2015-04-23 08:46:46 UTC) #25
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 8 months ago (2015-04-23 09:27:51 UTC) #26
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/fe9efc121c8cba8b6aee1a9cf36c68ee97c44d99 Cr-Commit-Position: refs/heads/master@{#28027}
5 years, 8 months ago (2015-04-23 09:28:09 UTC) #27
marja
5 years, 8 months ago (2015-04-24 05:55:30 UTC) #28
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/1082013003/ by marja@chromium.org.

The reason for reverting is: Regresses CodeLoad (crbug.com/480774)..

Powered by Google App Engine
This is Rietveld 408576698