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

Issue 1784623006: X87: Rework CallApi*Stubs. (Closed)

Created:
4 years, 9 months ago by zhengxing.li
Modified:
4 years, 9 months ago
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

X87: Rework CallApi*Stubs. port 5096492f1b0460b2644c7f79f9ccc5881fc65c50 (r34627) original commit message: - Eliminate stubs with a variable number of arguments. (That only worked due to their very limited use. These stubs' interface descriptors were basically lying about their number of args, which will fail when used generically.) - Fix all CallApi*Stubs' interface descriptors to no longer lie about their arguments. - Unify CallApi*Stub, for * in Function, Accessor, FunctionWithFixedArgs. (Since these are now all doing the same thing.) - Rename the unified stub (and interface descriptors) to *ApiCallback*, since that's really what they're doing. - Refuse inlining an API callback if its number of parameters exceeds the supported number of args. BUG= Committed: https://crrev.com/b8f49a273bd1b26e47ee1f57e48945b31fb85f53 Cr-Commit-Position: refs/heads/master@{#34700}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -3 lines) Patch
M src/x87/code-stubs-x87.cc View 2 chunks +1 line, -3 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
zhengxing.li
PTAL, thanks!
4 years, 9 months ago (2016-03-10 14:59:27 UTC) #2
vogelheim
lgtm
4 years, 9 months ago (2016-03-10 15:03:47 UTC) #3
Weiliang
lgtm
4 years, 9 months ago (2016-03-11 03:33:14 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1784623006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1784623006/1
4 years, 9 months ago (2016-03-11 03:34:14 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: v8_win_compile_dbg on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_compile_dbg/builds/14546) v8_win_nosnap_shared_compile_rel on tryserver.v8 (JOB_FAILED, ...
4 years, 9 months ago (2016-03-11 03:37:25 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1784623006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1784623006/1
4 years, 9 months ago (2016-03-11 03:57:54 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: v8_win_nosnap_shared_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_nosnap_shared_compile_rel/builds/11730)
4 years, 9 months ago (2016-03-11 04:00:45 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1784623006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1784623006/1
4 years, 9 months ago (2016-03-11 04:09:21 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: v8_win_compile_dbg on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_compile_dbg/builds/14551) v8_win_nosnap_shared_compile_rel on tryserver.v8 (JOB_FAILED, ...
4 years, 9 months ago (2016-03-11 04:12:33 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1784623006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1784623006/1
4 years, 9 months ago (2016-03-11 04:49:09 UTC) #18
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 9 months ago (2016-03-11 05:06:53 UTC) #19
commit-bot: I haz the power
4 years, 9 months ago (2016-03-11 05:07:41 UTC) #21
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/b8f49a273bd1b26e47ee1f57e48945b31fb85f53
Cr-Commit-Position: refs/heads/master@{#34700}

Powered by Google App Engine
This is Rietveld 408576698