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

Issue 2199673002: Properly set function index in CallSite constructor (Closed)

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

Description

Properly set function index in CallSite constructor BUG=632965 R=yangguo@chromium.org Committed: https://crrev.com/061d082dd3cb038b7f14b0de1e92aa6b4e083a43 Cr-Commit-Position: refs/heads/master@{#38208}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments #

Patch Set 3 : Fix compilation in release mode #

Patch Set 4 : Adapt second site #

Patch Set 5 : Remove tests passing invalid parameters to the callsite constructor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -36 lines) Patch
M src/builtins/builtins-callsite.cc View 1 2 3 2 chunks +6 lines, -9 lines 0 comments Download
D test/mjsunit/callsite.js View 1 2 3 4 1 chunk +0 lines, -17 lines 0 comments Download
D test/mjsunit/regress/regress-crbug-570651.js View 1 2 3 4 1 chunk +0 lines, -10 lines 0 comments Download

Messages

Total messages: 31 (22 generated)
jgruber
AFAIK the ToUint32 call does absolutely nothing when fun is a Smi >= 0. Therefore ...
4 years, 4 months ago (2016-08-01 08:16:30 UTC) #5
Yang
https://codereview.chromium.org/2199673002/diff/1/src/builtins/builtins-callsite.cc File src/builtins/builtins-callsite.cc (right): https://codereview.chromium.org/2199673002/diff/1/src/builtins/builtins-callsite.cc#newcode66 src/builtins/builtins-callsite.cc:66: Object::ToUint32(isolate, fun)); I think having the integer conversion in ...
4 years, 4 months ago (2016-08-01 09:11:46 UTC) #6
Yang
On 2016/08/01 09:11:46, Yang wrote: > https://codereview.chromium.org/2199673002/diff/1/src/builtins/builtins-callsite.cc > File src/builtins/builtins-callsite.cc (right): > > https://codereview.chromium.org/2199673002/diff/1/src/builtins/builtins-callsite.cc#newcode66 > ...
4 years, 4 months ago (2016-08-01 09:11:55 UTC) #7
jgruber
https://codereview.chromium.org/2199673002/diff/1/src/builtins/builtins-callsite.cc File src/builtins/builtins-callsite.cc (right): https://codereview.chromium.org/2199673002/diff/1/src/builtins/builtins-callsite.cc#newcode66 src/builtins/builtins-callsite.cc:66: Object::ToUint32(isolate, fun)); On 2016/08/01 09:11:46, Yang wrote: > I ...
4 years, 4 months ago (2016-08-01 12:04:23 UTC) #16
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/2199673002/60001
4 years, 4 months ago (2016-08-01 12:04:35 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_dbg_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg_ng/builds/10027) v8_linux_dbg_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
4 years, 4 months ago (2016-08-01 12:17:46 UTC) #21
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/2199673002/80001
4 years, 4 months ago (2016-08-01 12:54:59 UTC) #28
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-08-01 12:57:40 UTC) #29
commit-bot: I haz the power
4 years, 4 months ago (2016-08-01 13:00:05 UTC) #31
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/061d082dd3cb038b7f14b0de1e92aa6b4e083a43
Cr-Commit-Position: refs/heads/master@{#38208}

Powered by Google App Engine
This is Rietveld 408576698