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

Issue 10375033: Fix unsigned-Smi check in MappedArgumentsLookup (Closed)

Created:
8 years, 7 months ago by Jakob Kummerow
Modified:
8 years, 7 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Fix unsigned-Smi check in MappedArgumentsLookup BUG=126414 TEST=mjsunit/regress/regress-crbug-126414 Committed: https://code.google.com/p/v8/source/detail?r=11518

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -4 lines) Patch
M src/arm/ic-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/ic-ia32.cc View 2 chunks +2 lines, -2 lines 1 comment Download
M src/mips/ic-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
A test/mjsunit/regress/regress-crbug-126414.js View 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Jakob Kummerow
PTAL. https://chromiumcodereview.appspot.com/10375033/diff/1/src/ia32/ic-ia32.cc File src/ia32/ic-ia32.cc (right): https://chromiumcodereview.appspot.com/10375033/diff/1/src/ia32/ic-ia32.cc#newcode399 src/ia32/ic-ia32.cc:399: __ j(above_equal, unmapped_case); With the fixed positive-smi check ...
8 years, 7 months ago (2012-05-07 09:17:02 UTC) #1
danno
8 years, 7 months ago (2012-05-07 09:42:56 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698