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

Issue 1637015: Add stack alignment check to ia32 and x64 (Closed)

Created:
10 years, 8 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Add stack alignment check to ia32 and x64 The stack is now checked for proper alignment before calling into C code when the flag --debug-code is turned on. Committed: http://code.google.com/p/v8/source/detail?r=4428

Patch Set 1 #

Total comments: 3

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -2 lines) Patch
M src/ia32/codegen-ia32.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 2 chunks +20 lines, -0 lines 0 comments Download
M src/platform-linux.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/x64/codegen-x64.cc View 1 1 chunk +9 lines, -1 line 0 comments Download
M src/x64/macro-assembler-x64.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 chunks +20 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Søren Thygesen Gjesse
10 years, 8 months ago (2010-04-15 11:20:36 UTC) #1
Erik Corry
LGTM http://codereview.chromium.org/1637015/diff/1/4 File src/ia32/macro-assembler-ia32.cc (right): http://codereview.chromium.org/1637015/diff/1/4#newcode1536 src/ia32/macro-assembler-ia32.cc:1536: double space! http://codereview.chromium.org/1637015/diff/1/2 File src/platform-linux.cc (right): http://codereview.chromium.org/1637015/diff/1/2#newcode162 src/platform-linux.cc:162: ...
10 years, 8 months ago (2010-04-15 12:32:47 UTC) #2
Søren Thygesen Gjesse
10 years, 8 months ago (2010-04-15 12:38:06 UTC) #3
http://codereview.chromium.org/1637015/diff/1/4
File src/ia32/macro-assembler-ia32.cc (right):

http://codereview.chromium.org/1637015/diff/1/4#newcode1536
src/ia32/macro-assembler-ia32.cc:1536: 
On 2010/04/15 12:32:47, Erik Corry wrote:
> double space!

Done.

Powered by Google App Engine
This is Rietveld 408576698