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

Issue 2000713002: [arm] Make CEntryStub's handling of triple return values more robust. (Closed)

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

Description

[arm] Make CEntryStub's handling of triple return values more robust. At the moment the code assumes C-function returns the address of the struct with the values. Unfortunately, the arm ABI does not guarantee that. After this CL, we do not assume that, and instead just take the value from the stack. BUG=chromium:611885 LOG=n Committed: https://crrev.com/ca266e74cdbb53d2dc8a2103f877014888185c7f Cr-Commit-Position: refs/heads/master@{#36415}

Patch Set 1 #

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

Messages

Total messages: 11 (6 generated)
Jarin
Could you take a look please? Unfortunately, I do not have a repro that would ...
4 years, 7 months ago (2016-05-20 14:13:05 UTC) #4
rmcilroy
LGTM, thanks for the fix, sorry about the bug! I had a look at the ...
4 years, 7 months ago (2016-05-20 14:21:18 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2000713002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2000713002/1
4 years, 7 months ago (2016-05-20 14:23:20 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 7 months ago (2016-05-20 14:37:01 UTC) #9
commit-bot: I haz the power
4 years, 7 months ago (2016-05-20 14:38:55 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/ca266e74cdbb53d2dc8a2103f877014888185c7f
Cr-Commit-Position: refs/heads/master@{#36415}

Powered by Google App Engine
This is Rietveld 408576698