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

Issue 10823326: MIPS: Fix improved LoadICs for dictionaries with callbacks. (Closed)

Created:
8 years, 4 months ago by palfia
Modified:
8 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Fix improved LoadICs for dictionaries with callbacks. Port r12311 (f698ddd7) Original commit message: This fixes the positive lookup performed by these LoadICs, to use the holder instead of the receiver to perfrom the lookup on. It also extends this improvement to KeyedLoadICs. And it fixes a bug introduced for the JavaScript getter case of a LoadIC. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=12314

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -15 lines) Patch
M src/mips/stub-cache-mips.cc View 6 chunks +17 lines, -15 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
palfia
8 years, 4 months ago (2012-08-14 22:00:35 UTC) #1
Michael Starzinger
8 years, 4 months ago (2012-08-16 09:08:59 UTC) #2
LGTM. Landing ...

Powered by Google App Engine
This is Rietveld 408576698