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

Issue 1673005: Add missing smi check in IC for nonexistent properties.... (Closed)

Created:
10 years, 8 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add missing smi check in IC for nonexistent properties. Add regression test. BUG=v8:681 Committed: http://code.google.com/p/v8/source/detail?r=4446

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -0 lines) Patch
M src/arm/stub-cache-arm.cc View 1 chunk +4 lines, -0 lines 1 comment Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +3 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-681.js View 1 chunk +44 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mads Ager (chromium)
10 years, 8 months ago (2010-04-20 10:17:32 UTC) #1
Søren Thygesen Gjesse
LGTM
10 years, 8 months ago (2010-04-20 10:19:37 UTC) #2
antonm
10 years, 8 months ago (2010-04-20 11:28:38 UTC) #3
http://codereview.chromium.org/1673005/diff/1/5
File src/arm/stub-cache-arm.cc (right):

http://codereview.chromium.org/1673005/diff/1/5#newcode1425
src/arm/stub-cache-arm.cc:1425: __ b(eq, &miss);
drive by comment: there is BranchOnSmi macro

Powered by Google App Engine
This is Rietveld 408576698