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

Issue 23451057: MIPS: Bugfix: array constructors that expect a type feedback cell that points to an AllocationSite … (Closed)

Created:
7 years, 3 months ago by palfia
Modified:
7 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Bugfix: array constructors that expect a type feedback cell that points to an AllocationSite were being passed the undefined object in some cases. Clearly separate the cases where we have an AllocationSite and where we don't in the general ArrayConstructorStub. Port r16693 (0852d4ab) BUG= R=gergely@homejinni.com Committed: https://code.google.com/p/v8/source/detail?r=16698

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -83 lines) Patch
M src/mips/code-stubs-mips.cc View 3 chunks +123 lines, -83 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
palfia
7 years, 3 months ago (2013-09-12 23:56:32 UTC) #1
kisg
LGTM
7 years, 3 months ago (2013-09-13 00:03:05 UTC) #2
palfia
7 years, 3 months ago (2013-09-13 00:10:32 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r16698 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698