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

Issue 6479019: Port bug fixes to optimized Function.prototype.apply to ARM. (Closed)

Created:
9 years, 10 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Port bug fixes to optimized Function.prototype.apply to ARM. There were a couple of bug fixes to this code on IA32 which have not yet been ported to ARM. They are: failure to correctly handle non-JSObject receivers and failure to restore the context register after calling JS code. Committed: http://code.google.com/p/v8/source/detail?r=6744

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -29 lines) Patch
M src/arm/lithium-codegen-arm.cc View 3 chunks +20 lines, -15 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 4 chunks +13 lines, -14 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
Kevin Millikin (Chromium)
9 years, 10 months ago (2011-02-10 14:12:32 UTC) #1
fschneider
LGTM. http://codereview.chromium.org/6479019/diff/1/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): http://codereview.chromium.org/6479019/diff/1/src/ia32/lithium-codegen-ia32.cc#newcode2206 src/ia32/lithium-codegen-ia32.cc:2206: Label invoke, loop; NearLabels?
9 years, 10 months ago (2011-02-11 10:04:03 UTC) #2
Kevin Millikin (Chromium)
9 years, 10 months ago (2011-02-11 11:22:16 UTC) #3
http://codereview.chromium.org/6479019/diff/1/src/ia32/lithium-codegen-ia32.cc
File src/ia32/lithium-codegen-ia32.cc (right):

http://codereview.chromium.org/6479019/diff/1/src/ia32/lithium-codegen-ia32.c...
src/ia32/lithium-codegen-ia32.cc:2206: Label invoke, loop;
On 2011/02/11 10:04:03, fschneider wrote:
> NearLabels?

Yes, good catch.

Powered by Google App Engine
This is Rietveld 408576698