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

Issue 2274823002: Add flags to FrameArray (Closed)

Created:
4 years, 4 months ago by jgruber
Modified:
4 years, 4 months ago
Reviewers:
Toon Verwaest
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@frame-array
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Add flags to FrameArray This makes some information passed implicitly (e.g. the ForceConstructor flag used to be a special symbol passed as the receiver) explicit. BUG= Committed: https://crrev.com/eba4ae235734fa8a5240130711bc7fb52da83ee3 Cr-Commit-Position: refs/heads/master@{#38870}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comments #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -67 lines) Patch
M src/isolate.cc View 1 7 chunks +29 lines, -37 lines 0 comments Download
M src/messages.cc View 2 chunks +7 lines, -5 lines 0 comments Download
M src/objects.h View 3 chunks +18 lines, -12 lines 0 comments Download
M src/objects.cc View 4 chunks +4 lines, -2 lines 0 comments Download
M src/objects-inl.h View 1 chunk +2 lines, -11 lines 0 comments Download

Messages

Total messages: 14 (8 generated)
jgruber
4 years, 4 months ago (2016-08-24 08:13:16 UTC) #6
Toon Verwaest
lgtm https://codereview.chromium.org/2274823002/diff/1/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2274823002/diff/1/src/isolate.cc#newcode356 src/isolate.cc:356: encountered_strict_function_ = is_strict(fun->shared()->language_mode()); this should just be return ...
4 years, 4 months ago (2016-08-24 14:36:39 UTC) #7
jgruber
https://codereview.chromium.org/2274823002/diff/1/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2274823002/diff/1/src/isolate.cc#newcode356 src/isolate.cc:356: encountered_strict_function_ = is_strict(fun->shared()->language_mode()); On 2016/08/24 14:36:39, Toon Verwaest wrote: ...
4 years, 4 months ago (2016-08-24 15:12:19 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2274823002/40001
4 years, 4 months ago (2016-08-24 15:13:43 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-24 15:41:06 UTC) #12
commit-bot: I haz the power
4 years, 4 months ago (2016-08-24 15:41:21 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/eba4ae235734fa8a5240130711bc7fb52da83ee3
Cr-Commit-Position: refs/heads/master@{#38870}

Powered by Google App Engine
This is Rietveld 408576698