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

Issue 1899783002: 32-bit linux: Force 16-byte stack alignment. (Closed)

Created:
4 years, 8 months ago by Nico
Modified:
4 years, 8 months ago
CC:
v8-reviews_googlegroups.com, Reid Kleckner
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

32-bit linux: Force 16-byte stack alignment. clang assumes 16-byte stack alignment, but incoming stack alignment isn't always guaranteed to be that way. It looks like v8 was lucky to not hit this so far. See https://crbug.com/418554 -- this makes v8's standalone config match Chromium. See also https://llvm.org/bugs/show_bug.cgi?id=21414 Maybe it's possible to change the caller of OnEntryHook() to guarantee the right alignment, but matching Chromium's build flags here seems like a good idea in general. BUG=v8:4928 LOG=n Committed: https://crrev.com/3afb3324941625559635380ef98a2ee73e370a0a Cr-Commit-Position: refs/heads/master@{#35597} Committed: https://crrev.com/5459468dd6c9501d95e4d32b51682d75c437883b Cr-Commit-Position: refs/heads/master@{#35662}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M build/standalone.gypi View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (10 generated)
Nico
4 years, 8 months ago (2016-04-18 16:20:12 UTC) #2
Michael Achenbach
lgtm! thanks a lot for the fix!
4 years, 8 months ago (2016-04-18 20:09:29 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1899783002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1899783002/1
4 years, 8 months ago (2016-04-18 20:15:55 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 8 months ago (2016-04-18 20:17:59 UTC) #8
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/3afb3324941625559635380ef98a2ee73e370a0a Cr-Commit-Position: refs/heads/master@{#35597}
4 years, 8 months ago (2016-04-18 20:19:45 UTC) #10
Reid Kleckner
I'm not sure you really want these flags on by default in V8, they hurt ...
4 years, 8 months ago (2016-04-18 20:38:30 UTC) #12
adamk
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/1895783004/ by adamk@chromium.org. ...
4 years, 8 months ago (2016-04-18 22:00:00 UTC) #13
Michael Achenbach
Trying to reland this. This time we'll disable the tests if they fail...
4 years, 8 months ago (2016-04-20 14:02:39 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1899783002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1899783002/1
4 years, 8 months ago (2016-04-20 14:02:54 UTC) #17
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 8 months ago (2016-04-20 14:28:12 UTC) #19
nodir1
4 years, 8 months ago (2016-04-22 18:44:19 UTC) #21
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/5459468dd6c9501d95e4d32b51682d75c437883b
Cr-Commit-Position: refs/heads/master@{#35662}

Powered by Google App Engine
This is Rietveld 408576698