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

Issue 16203004: Fix LoadIC calling convention on ARM (Closed)

Created:
7 years, 6 months ago by wingo
Modified:
7 years, 6 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Fix LoadIC calling convention on ARM 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 in VisitYield. R=mstarzinger@chromium.org BUG= Committed: http://code.google.com/p/v8/source/detail?r=15027

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
wingo
7 years, 6 months ago (2013-06-10 07:51:54 UTC) #1
Michael Starzinger
LGTM.
7 years, 6 months ago (2013-06-10 09:11:19 UTC) #2
wingo
7 years, 6 months ago (2013-06-10 09:13:22 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r15027 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698