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

Issue 2825393003: [sim] Consistent support for C calls with up to 9 args (Closed)

Created:
3 years, 8 months ago by jgruber
Modified:
3 years, 8 months ago
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-x87-ports_googlegroups.com, v8-ppc-ports_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[sim] Consistent support for C calls with up to 9 args Consistently support calls to host-C-linkage functions with up to 9 arguments from the simulator, and check that these limits aren't exceeded accidentally. BUG=v8:6281 Review-Url: https://codereview.chromium.org/2825393003 Cr-Commit-Position: refs/heads/master@{#44790} Committed: https://chromium.googlesource.com/v8/v8/+/3337ccccd97bf226d81124206c16eafc216f0ae8

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Signed/unsigned mismatch #

Total comments: 2

Patch Set 4 : enum -> const variable #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -58 lines) Patch
M src/arm/macro-assembler-arm.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/simulator-arm.cc View 3 chunks +14 lines, -9 lines 0 comments Download
M src/arm64/macro-assembler-arm64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm64/simulator-arm64.cc View 1 4 chunks +41 lines, -24 lines 0 comments Download
M src/compiler/c-linkage.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/macro-assembler.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/simulator-mips.cc View 3 chunks +13 lines, -9 lines 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/mips64/simulator-mips64.cc View 3 chunks +19 lines, -16 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-code-stub-assembler.cc View 1 chunk +39 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (22 generated)
jgruber
+georgia fyi for arm/arm64. This adds consistent support for up to 9 args for calling ...
3 years, 8 months ago (2017-04-24 07:37:42 UTC) #15
Michael Starzinger
LGTM. https://codereview.chromium.org/2825393003/diff/40001/src/macro-assembler.h File src/macro-assembler.h (right): https://codereview.chromium.org/2825393003/diff/40001/src/macro-assembler.h#newcode69 src/macro-assembler.h:69: enum { kMaxCParameters = 9 }; bit: Why ...
3 years, 8 months ago (2017-04-24 08:25:56 UTC) #16
jgruber
https://codereview.chromium.org/2825393003/diff/40001/src/macro-assembler.h File src/macro-assembler.h (right): https://codereview.chromium.org/2825393003/diff/40001/src/macro-assembler.h#newcode69 src/macro-assembler.h:69: enum { kMaxCParameters = 9 }; On 2017/04/24 08:25:56, ...
3 years, 8 months ago (2017-04-24 11:39:05 UTC) #19
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/2825393003/60001
3 years, 8 months ago (2017-04-24 11:57:14 UTC) #24
commit-bot: I haz the power
3 years, 8 months ago (2017-04-24 11:59:03 UTC) #27
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/v8/v8/+/3337ccccd97bf226d81124206c16eafc216...

Powered by Google App Engine
This is Rietveld 408576698