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

Issue 8337012: Fix bug in instanceof of bound functions on ARM. (Closed)

Created:
9 years, 2 months ago by Lasse Reichstein
Modified:
9 years, 2 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Fix bug in instanceof of bound functions on ARM. Implement same on Mips. BUG=v8:1774 TEST=mjsunit/function-bind Committed: http://code.google.com/p/v8/source/detail?r=9677

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -4 lines) Patch
M src/arm/macro-assembler-arm.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/code-stubs-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/macro-assembler-mips.cc View 2 chunks +12 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
PTAL
9 years, 2 months ago (2011-10-18 10:19:17 UTC) #1
Michael Starzinger
9 years, 2 months ago (2011-10-18 11:21:13 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698