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

Issue 7976024: Add dynamic stack frame alignment to optimized functions with untagged doubles on the stack. (Closed)

Created:
9 years, 3 months ago by William Hesse
Modified:
9 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add dynamic stack frame alignment to optimized functions with untagged doubles on the stack. BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=9415

Patch Set 1 #

Patch Set 2 : Move most of the change into ia32-specific platform files. #

Patch Set 3 : Remove stray changes from assembler-[platform].h files. #

Total comments: 25

Patch Set 4 : Incorporate code review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -11 lines) Patch
M src/assembler.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/deoptimizer.h View 1 2 chunks +9 lines, -0 lines 0 comments Download
M src/deoptimizer.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/heap.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/heap.cc View 1 2 3 1 chunk +11 lines, -3 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 2 3 5 chunks +38 lines, -5 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 3 chunks +6 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 3 chunks +37 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 3 chunks +4 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 1 chunk +5 lines, -1 line 0 comments Download
M src/objects.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/objects-debug.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
William Hesse
9 years, 3 months ago (2011-09-22 13:41:38 UTC) #1
Kevin Millikin (Chromium)
I like this approach! It's very simple. I've got some comments below. http://codereview.chromium.org/7976024/diff/5001/src/heap.cc File src/heap.cc ...
9 years, 3 months ago (2011-09-23 09:38:49 UTC) #2
William Hesse
http://codereview.chromium.org/7976024/diff/5001/src/heap.cc File src/heap.cc (right): http://codereview.chromium.org/7976024/diff/5001/src/heap.cc#newcode2246 src/heap.cc:2246: Smi::FromInt(-5), On 2011/09/23 09:38:49, Kevin Millikin wrote: > I ...
9 years, 3 months ago (2011-09-23 12:50:10 UTC) #3
Kevin Millikin (Chromium)
9 years, 3 months ago (2011-09-23 13:20:35 UTC) #4
LGTM!

Powered by Google App Engine
This is Rietveld 408576698