DescriptionFix 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 #
Messages
Total messages: 3 (0 generated)
|