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

Issue 16131004: MIPS: Fix LoadIC calling convention. (Closed)

Created:
7 years, 6 months ago by kilvadyb
Modified:
7 years, 6 months ago
Reviewers:
wingo, Paul Lind, palfia, danno, kisg
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Fix LoadIC calling convention. Port r15027 (3ffb343) Original commit message: The comments in ic-arm.cc::LoadIC indicated that the receiver should be both in a register and on the stack. This isn't true in fact: the code is careful to spill the receiver if needed. This CL also fixes up a mistaken use of this convention in VisitYield. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -10 lines) Patch
M src/mips/full-codegen-mips.cc View 3 chunks +0 lines, -6 lines 0 comments Download
M src/mips/ic-mips.cc View 4 chunks +0 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
7 years, 6 months ago (2013-06-10 15:12:56 UTC) #1
Paul Lind
lgtm
7 years, 6 months ago (2013-06-10 16:54:54 UTC) #2
palfia
7 years, 6 months ago (2013-06-10 18:11:40 UTC) #3
Committed as r15048.

Powered by Google App Engine
This is Rietveld 408576698