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

Issue 16010004: Tag smi-constants as smi. (Closed)

Created:
7 years, 6 months ago by Toon Verwaest
Modified:
7 years, 6 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M src/hydrogen-instructions.cc View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Toon Verwaest
PTAL
7 years, 6 months ago (2013-05-28 07:39:28 UTC) #1
Jakob Kummerow
lgtm
7 years, 6 months ago (2013-05-28 07:50:45 UTC) #2
Toon Verwaest
Committed patchset #1 manually as r14834 (presubmit successful).
7 years, 6 months ago (2013-05-28 08:00:47 UTC) #3
Sven Panne
This breaks make arm.debug.check TESTJOBS=mjsunit/external-array-no-sse2 Is there a fix or should we revert this CL?
7 years, 6 months ago (2013-05-29 11:43:02 UTC) #4
Jakob Kummerow
7 years, 6 months ago (2013-05-29 11:47:23 UTC) #5
Message was sent while issue was closed.
On 2013/05/29 11:43:02, Sven Panne wrote:
> This breaks
> 
>    make arm.debug.check TESTJOBS=mjsunit/external-array-no-sse2
> 
> Is there a fix or should we revert this CL?

The failure seems benign, as in "outdated and therefore overly aggressive
ASSERT". s/IsTagged()/IsSmiOrTagged()/ in lithium-arm.cc:2038 should fix it.

Powered by Google App Engine
This is Rietveld 408576698