Chromium Code Reviews

Issue 414463002: MIPS: Move function prototype handling into a special handler rather than IC. (Closed)

Created:
6 years, 5 months ago by balazs.kilvady
Modified:
6 years, 5 months ago
Reviewers:
dusmil.imgtec, danno, Toon Verwaest, paul.l..., gergely.kis.imgtec, akos.palfi.imgtec
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

MIPS: Move function prototype handling into a special handler rather than IC. Port r22526 (d4c953e) Original commit message: Adjust hydrogen handling of function.prototype to be based on map feedback. Handle non-instance prototype loading using an IC rather than in the hydrogen instruction. In the future, remove the special instruction and replace by multiple hydrogen instructions. BUG= R=paul.lind@imgtec.com Committed: https://code.google.com/p/v8/source/detail?r=22534

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+0 lines, -34 lines)
M src/mips/lithium-codegen-mips.cc View 2 chunks +0 lines, -17 lines 0 comments
M src/mips64/lithium-codegen-mips64.cc View 2 chunks +0 lines, -17 lines 0 comments

Messages

Total messages: 3 (0 generated)
balazs.kilvady
6 years, 5 months ago (2014-07-22 17:09:05 UTC) #1
paul.l...
lgtm
6 years, 5 months ago (2014-07-22 17:12:54 UTC) #2
balazs.kilvady
6 years, 5 months ago (2014-07-22 17:14:34 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r22534 (presubmit successful).

Powered by Google App Engine