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

Issue 1683593003: Preserve argument count for calls. (Closed)

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

Description

Preserve argument count for calls. Calls use registers for target, new_target and argument count. We don't always respect argument count. It didn't bite us in the past because the code paths where we clobbered it never used it, though in future it could be an issue. BUG= R=mstarzinger@chromium.org Committed: https://crrev.com/5de27c343bbf898ca87246caa1e83e533ec44561 Cr-Commit-Position: refs/heads/master@{#33865}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Comment response. #

Patch Set 3 : git-cl format sadness. #

Patch Set 4 : Ports. #

Patch Set 5 : Fixed mips64 compile issue. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -183 lines) Patch
M src/arm/builtins-arm.cc View 1 2 3 4 chunks +33 lines, -32 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 2 3 3 chunks +26 lines, -29 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 3 3 chunks +33 lines, -34 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 2 3 4 chunks +25 lines, -28 lines 0 comments Download
M src/mips64/builtins-mips64.cc View 1 2 3 4 4 chunks +24 lines, -28 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 2 3 4 chunks +33 lines, -32 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Michael Starzinger
https://codereview.chromium.org/1683593003/diff/1/src/ia32/builtins-ia32.cc File src/ia32/builtins-ia32.cc (right): https://codereview.chromium.org/1683593003/diff/1/src/ia32/builtins-ia32.cc#newcode65 src/ia32/builtins-ia32.cc:65: Register output) { Instead of passing an output register ...
4 years, 10 months ago (2016-02-09 11:52:20 UTC) #1
mvstanton
Thanks for the comments Michael. Here are the ports too, Best, --Mike https://codereview.chromium.org/1683593003/diff/1/src/ia32/builtins-ia32.cc File src/ia32/builtins-ia32.cc ...
4 years, 10 months ago (2016-02-09 18:47:47 UTC) #2
Michael Starzinger
LGTM. Nice. Thanks!
4 years, 10 months ago (2016-02-10 12:56:09 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1683593003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1683593003/80001
4 years, 10 months ago (2016-02-10 13:25:25 UTC) #5
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 10 months ago (2016-02-10 13:35:55 UTC) #6
commit-bot: I haz the power
4 years, 10 months ago (2016-02-10 13:36:13 UTC) #8
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/5de27c343bbf898ca87246caa1e83e533ec44561
Cr-Commit-Position: refs/heads/master@{#33865}

Powered by Google App Engine
This is Rietveld 408576698