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

Issue 1369303002: Fix Frame::AlignSavedCalleeRegisterSlots (Closed)

Created:
5 years, 2 months ago by jbramley
Modified:
5 years, 2 months ago
Reviewers:
Benedikt Meurer, ulan
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

Fix Frame::AlignSavedCalleeRegisterSlots The return value is expected to be the number of padding slots added to the frame. However, the original logic would return -1 if padding was required, so insufficient stack space would be reserved. This function now returns either 0 or 1, as the existing calling code expects. BUG= Committed: https://crrev.com/0a844bc0dc688097e0d895f21f0f70cb249290a7 Cr-Commit-Position: refs/heads/master@{#30994}

Patch Set 1 #

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

Messages

Total messages: 8 (2 generated)
jbramley
Note that this is hard to test; only a few tests touch this code and ...
5 years, 2 months ago (2015-09-28 14:01:48 UTC) #2
Benedikt Meurer
Please write a longer explanation in the CL description. Otherwise LGTM
5 years, 2 months ago (2015-09-28 14:19:20 UTC) #3
Benedikt Meurer
On 2015/09/28 14:19:20, Benedikt Meurer wrote: > Please write a longer explanation in the CL ...
5 years, 2 months ago (2015-09-29 02:52:40 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1369303002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1369303002/1
5 years, 2 months ago (2015-09-29 07:25:15 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 2 months ago (2015-09-29 07:48:50 UTC) #7
commit-bot: I haz the power
5 years, 2 months ago (2015-09-29 07:49:10 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/0a844bc0dc688097e0d895f21f0f70cb249290a7
Cr-Commit-Position: refs/heads/master@{#30994}

Powered by Google App Engine
This is Rietveld 408576698