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

Issue 155924: Fix an error in a keyed lookup stub - HeapNumbers treated as strings. (Closed)

Created:
11 years, 5 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix an error in a keyed lookup stub - HeapNumbers treated as strings. Committed: http://code.google.com/p/v8/source/detail?r=2527

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 5

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 4

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -4 lines) Patch
M src/ia32/ic-ia32.cc View 1 2 3 4 5 6 3 chunks +15 lines, -4 lines 0 comments Download
A test/mjsunit/regress/regress-155924.js View 2 1 chunk +46 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
William Hesse
11 years, 5 months ago (2009-07-22 17:14:01 UTC) #1
iposva
-Ivan http://codereview.chromium.org/155924/diff/3/1008 File src/ia32/ic-ia32.cc (right): http://codereview.chromium.org/155924/diff/3/1008#newcode51 Line 51: // complete runtime version. Bill since we ...
11 years, 5 months ago (2009-07-22 18:59:55 UTC) #2
William Hesse
http://codereview.chromium.org/155924/diff/3/1008 File src/ia32/ic-ia32.cc (right): http://codereview.chromium.org/155924/diff/3/1008#newcode51 Line 51: // complete runtime version. On 2009/07/22 18:59:55, iposva ...
11 years, 5 months ago (2009-07-23 08:55:58 UTC) #3
Mads Ager (chromium)
I would prefer to keep the old style check instead of forcing a use of ...
11 years, 5 months ago (2009-07-23 11:41:51 UTC) #4
William Hesse
http://codereview.chromium.org/155924/diff/2003/1016 File src/ia32/ic-ia32.cc (right): http://codereview.chromium.org/155924/diff/2003/1016#newcode294 Line 294: __ CmpInstanceType(edx, FIRST_SYMBOL_TYPE); On 2009/07/23 11:41:51, Mads Ager ...
11 years, 5 months ago (2009-07-23 12:53:07 UTC) #5
Mads Ager (chromium)
11 years, 5 months ago (2009-07-23 12:57:52 UTC) #6
LGTM, thanks!

Powered by Google App Engine
This is Rietveld 408576698