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

Issue 118153: Change stack alignment on linux to 16 bytes to keep gcc 4.4 happy.... (Closed)

Created:
11 years, 6 months ago by Craig Schlenter
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Change stack alignment on linux to 16 bytes to keep gcc 4.4 happy. This fixes the mksnapshot segfault without requiring -fno-tree-vectorize which just avoided the problem by not generating code with movdqa.

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -6 lines) Patch
M SConstruct View 1 chunk +3 lines, -3 lines 0 comments Download
M src/platform-linux.cc View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Craig Schlenter
Please review. Thank you.
11 years, 6 months ago (2009-06-03 05:08:33 UTC) #1
Kasper Lund
LGTM. Do you want me to land the patch?
11 years, 6 months ago (2009-06-03 06:02:47 UTC) #2
Søren Thygesen Gjesse
Erik, did we ever add a test checking floating point parameter passing when adding the ...
11 years, 6 months ago (2009-06-03 06:08:11 UTC) #3
Craig Schlenter
On 2009/06/03 06:08:11, Søren Gjesse wrote: > Erik, did we ever add a test checking ...
11 years, 6 months ago (2009-06-03 06:41:08 UTC) #4
Søren Thygesen Gjesse
LGTM http://codereview.chromium.org/118153/diff/1007/7 File src/platform-linux.cc (right): http://codereview.chromium.org/118153/diff/1007/7#newcode92 Line 92: // Floating point code runs faster if ...
11 years, 6 months ago (2009-06-03 06:50:57 UTC) #5
Kasper Lund
Looks even better. Thanks for stepping in Søren!
11 years, 6 months ago (2009-06-03 06:51:11 UTC) #6
Craig Schlenter
On 2009/06/03 06:50:57, Søren Gjesse wrote: > LGTM > > http://codereview.chromium.org/118153/diff/1007/7 > File src/platform-linux.cc (right): ...
11 years, 6 months ago (2009-06-03 07:38:49 UTC) #7
Kasper Lund
11 years, 6 months ago (2009-06-05 06:23:33 UTC) #8
Landed as bleeding_edge@2107. Thanks a lot for the patch, Craig.

Powered by Google App Engine
This is Rietveld 408576698