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

Issue 2458643002: [turbofan] Handle inlining of API getters/setters. (Closed)

Created:
4 years, 1 month ago by epertoso
Modified:
4 years, 1 month ago
Reviewers:
Benedikt Meurer
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Handle inlining of API getters/setters. Similar to what crankshaft does, we introduce a mapcheck if necessary and a call to the CallApiCallbackStub. BUG= Committed: https://crrev.com/88366741fc8ddfa6e9c1bd5d568a675cb64aa996 Cr-Commit-Position: refs/heads/master@{#40664}

Patch Set 1 #

Patch Set 2 : Fix access info. #

Total comments: 8

Patch Set 3 : Update. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -15 lines) Patch
M src/compiler/access-info.cc View 1 2 chunks +8 lines, -2 lines 0 comments Download
M src/compiler/js-native-context-specialization.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/compiler/js-native-context-specialization.cc View 1 2 3 chunks +100 lines, -12 lines 0 comments Download
M src/compiler/types.cc View 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (14 generated)
epertoso
4 years, 1 month ago (2016-10-31 09:25:09 UTC) #11
Benedikt Meurer
LGTM with nits. https://codereview.chromium.org/2458643002/diff/20001/src/compiler/js-native-context-specialization.cc File src/compiler/js-native-context-specialization.cc (right): https://codereview.chromium.org/2458643002/diff/20001/src/compiler/js-native-context-specialization.cc#newcode880 src/compiler/js-native-context-specialization.cc:880: CHECK(access_info.constant()->IsFunctionTemplateInfo()); Nit: DCHECK https://codereview.chromium.org/2458643002/diff/20001/src/compiler/js-native-context-specialization.cc#newcode883 src/compiler/js-native-context-specialization.cc:883: CHECK(!function_template_info->call_code()->IsUndefined(isolate())); ...
4 years, 1 month ago (2016-10-31 09:33:14 UTC) #12
epertoso
https://codereview.chromium.org/2458643002/diff/20001/src/compiler/js-native-context-specialization.cc File src/compiler/js-native-context-specialization.cc (right): https://codereview.chromium.org/2458643002/diff/20001/src/compiler/js-native-context-specialization.cc#newcode880 src/compiler/js-native-context-specialization.cc:880: CHECK(access_info.constant()->IsFunctionTemplateInfo()); On 2016/10/31 09:33:13, Benedikt Meurer wrote: > Nit: ...
4 years, 1 month ago (2016-10-31 09:44:13 UTC) #13
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/2458643002/40001
4 years, 1 month ago (2016-10-31 09:44:30 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 1 month ago (2016-10-31 10:09:52 UTC) #18
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:17:45 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/88366741fc8ddfa6e9c1bd5d568a675cb64aa996
Cr-Commit-Position: refs/heads/master@{#40664}

Powered by Google App Engine
This is Rietveld 408576698