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

Issue 10315016: MIPS: Fix register clobbering in LoadIC for interceptors. (Closed)

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

Description

MIPS: Fix register clobbering in LoadIC for interceptors. Port r11492 (d14ada19) Original commit message: Fix register clobbering in LoadIC for interceptors. This fixes a corner-case where the receiver register was clobbered by LoadICs for interceptors and inlined followup code still relied on the receiver to be intact in case of prototype changes. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=11506

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
palfia
8 years, 7 months ago (2012-05-03 20:53:54 UTC) #1
Michael Starzinger
8 years, 7 months ago (2012-05-04 08:35:21 UTC) #2
LGTM. Landed.

Powered by Google App Engine
This is Rietveld 408576698