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

Issue 396663004: MIPS: Drop unnecessary receiver validity checks from {Load,Store}IC_Normal. (Closed)

Created:
6 years, 5 months ago by balazs.kilvady
Modified:
6 years, 5 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

MIPS: Drop unnecessary receiver validity checks from {Load,Store}IC_Normal. Port r22391 (fe86010) Original commit message: Since these builtins are used as handlers after a map check/dispatch, they don't need to check the receiver again. BUG=

Patch Set 1 #

Patch Set 2 : Fix diff. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -121 lines) Patch
M src/mips/ic-mips.cc View 3 chunks +10 lines, -59 lines 0 comments Download
M src/mips64/ic-mips64.cc View 1 3 chunks +10 lines, -62 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
balazs.kilvady
6 years, 5 months ago (2014-07-15 14:12:29 UTC) #1
balazs.kilvady
6 years, 5 months ago (2014-07-15 15:18:05 UTC) #2
akos.palfi.imgtec
LGTM
6 years, 5 months ago (2014-07-15 18:51:40 UTC) #3
akos.palfi.imgtec
6 years, 5 months ago (2014-07-15 19:00:31 UTC) #4
Committed as r22411.

Powered by Google App Engine
This is Rietveld 408576698