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

Issue 23456044: Fix invalid X87 stack depth after LCompareNumericAndBranch. (Closed)

Created:
7 years, 3 months ago by Benedikt Meurer
Modified:
7 years, 3 months ago
Reviewers:
oliv, Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Fix invalid X87 stack depth after LCompareNumericAndBranch. R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16909

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -4 lines) Patch
M src/ia32/lithium-codegen-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 3 chunks +18 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Benedikt Meurer
Hey Toon, This fixes a bug where the X87 stack was in inconsistent state after ...
7 years, 3 months ago (2013-09-23 13:48:53 UTC) #1
Toon Verwaest
https://codereview.chromium.org/23456044/diff/1/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): https://codereview.chromium.org/23456044/diff/1/src/ia32/lithium-codegen-ia32.cc#newcode570 src/ia32/lithium-codegen-ia32.cc:570: x87_stack_.pop(); Pretty surprising that you first push values to ...
7 years, 3 months ago (2013-09-24 09:00:08 UTC) #2
Toon Verwaest
lgtm
7 years, 3 months ago (2013-09-24 09:02:02 UTC) #3
oliv
https://codereview.chromium.org/23456044/diff/1/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): https://codereview.chromium.org/23456044/diff/1/src/ia32/lithium-codegen-ia32.cc#newcode418 src/ia32/lithium-codegen-ia32.cc:418: !instr->IsGap() && !instr->IsReturn()) { It would be nice to ...
7 years, 3 months ago (2013-09-24 09:03:14 UTC) #4
Benedikt Meurer
https://codereview.chromium.org/23456044/diff/1/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): https://codereview.chromium.org/23456044/diff/1/src/ia32/lithium-codegen-ia32.cc#newcode570 src/ia32/lithium-codegen-ia32.cc:570: x87_stack_.pop(); On 2013/09/24 09:00:08, Toon Verwaest wrote: > Pretty ...
7 years, 3 months ago (2013-09-24 09:12:30 UTC) #5
Benedikt Meurer
https://codereview.chromium.org/23456044/diff/1/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): https://codereview.chromium.org/23456044/diff/1/src/ia32/lithium-codegen-ia32.cc#newcode418 src/ia32/lithium-codegen-ia32.cc:418: !instr->IsGap() && !instr->IsReturn()) { On 2013/09/24 09:03:15, oliv wrote: ...
7 years, 3 months ago (2013-09-24 09:26:48 UTC) #6
Benedikt Meurer
7 years, 3 months ago (2013-09-24 09:29:09 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r16909 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698