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

Issue 12378085: Properly handle misses for StoreArrayLengthStub on ia32 and x64 (Closed)

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

Description

Properly handle misses for StoreArrayLengthStub on ia32 and x64 Both failed to generate a miss if the key wasn't "length". ARM and MIPS were already correct. BUG=v8:2566 Committed: http://code.google.com/p/v8/source/detail?r=13828

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -9 lines) Patch
M src/ia32/code-stubs-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +1 line, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-2566.js View 1 chunk +6 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
adamk
7 years, 9 months ago (2013-03-04 22:47:37 UTC) #1
Toon Verwaest
7 years, 9 months ago (2013-03-05 09:51:47 UTC) #2
Woops! Thanks for fixing this! LGTM

Powered by Google App Engine
This is Rietveld 408576698