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

Issue 3290012: Avoid pushing arguments twice in GenericBinaryOpStub.... (Closed)

Created:
10 years, 3 months ago by Vladislav Kaznacheev
Modified:
9 years, 7 months ago
Reviewers:
Vitaly Repeshko
CC:
v8-dev
Visibility:
Public.

Description

Avoid pushing arguments twice in GenericBinaryOpStub. Under some conditions (ADD, non-number arguments passed in registers) GenerateRegisterArgumentsPush was called twice and the stack broke. Committed: http://code.google.com/p/v8/source/detail?r=5422

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -2 lines) Patch
M src/ia32/code-stubs-ia32.cc View 2 chunks +4 lines, -2 lines 0 comments Download
A test/mjsunit/regress/regress-push-args-twice.js View 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Vladislav Kaznacheev
10 years, 3 months ago (2010-09-07 12:44:52 UTC) #1
Vitaly Repeshko
LGTM and thanks! But we do need a test case for this. -- Vitaly
10 years, 3 months ago (2010-09-07 12:48:31 UTC) #2
Vladislav Kaznacheev
10 years, 3 months ago (2010-09-07 12:51:21 UTC) #3
Added a test.
On 2010/09/07 12:48:31, Vitaly wrote:
> LGTM and thanks! But we do need a test case for this.
> 
> 
> -- Vitaly

Powered by Google App Engine
This is Rietveld 408576698