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

Issue 14803005: Erroneous pointer/smi comparison (Closed)

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

Description

Before comparing input with a constant smi in GenerateRecordCallTarget(), make sure the input register is actually a smi. BUG= Committed: https://code.google.com/p/v8/source/detail?r=14547

Patch Set 1 #

Patch Set 2 : Code review comments #

Patch Set 3 : Now, in all platforms #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M src/arm/code-stubs-arm.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
mvstanton
Hi Ulan, Here was a bug in GenerateRecordCallTarget(), can you have a look? Thanks, --Michael
7 years, 7 months ago (2013-05-03 14:41:14 UTC) #1
ulan
LGTM
7 years, 7 months ago (2013-05-03 15:15:56 UTC) #2
mvstanton
7 years, 7 months ago (2013-05-03 15:18:40 UTC) #3
Message was sent while issue was closed.
Committed patchset #3 manually as r14547 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698