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

Issue 15779004: Fix embedded new-space pointer in LCmpObjectEqAndBranch. (Closed)

Created:
7 years, 7 months ago by Michael Starzinger
Modified:
7 years, 7 months ago
Reviewers:
mvstanton, danno
CC:
v8-dev
Visibility:
Public.

Description

Fix embedded new-space pointer in LCmpObjectEqAndBranch. R=mvstanton@chromium.org BUG=chromium:240032 TEST=mjsunit/regress/regress-crbug-240032 Committed: http://code.google.com/p/v8/source/detail?r=14777

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -31 lines) Patch
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 2 chunks +10 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 2 chunks +5 lines, -11 lines 2 comments Download
M src/x64/macro-assembler-x64.h View 2 chunks +10 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 4 chunks +17 lines, -1 line 0 comments Download
A + test/mjsunit/regress/regress-crbug-240032.js View 1 chunk +16 lines, -17 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Michael Starzinger
Michael: PTAL; Danno: FYI.
7 years, 7 months ago (2013-05-23 12:59:28 UTC) #1
mvstanton
lgtm. It looks like you can use CmpHeapObject in another place in 32 bit as ...
7 years, 7 months ago (2013-05-23 13:09:13 UTC) #2
Michael Starzinger
Landing ... https://codereview.chromium.org/15779004/diff/1/src/x64/lithium-codegen-x64.cc File src/x64/lithium-codegen-x64.cc (right): https://codereview.chromium.org/15779004/diff/1/src/x64/lithium-codegen-x64.cc#newcode4958 src/x64/lithium-codegen-x64.cc:4958: __ CmpHeapObject(reg, target); On 2013/05/23 13:09:14, mvstanton ...
7 years, 7 months ago (2013-05-23 13:13:51 UTC) #3
Michael Starzinger
7 years, 7 months ago (2013-05-23 14:06:38 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r14777 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698