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

Issue 204613002: MIPS: Array constructor expects AllocationSite or undefined as feedback. (Closed)

Created:
6 years, 9 months ago by kilvadyb
Modified:
6 years, 9 months ago
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Array constructor expects AllocationSite or undefined as feedback. Port r20064 (d2ccdc6) Original commit message: Redefine Array constructor to expect an AllocationSite in the feedback register or undefined. This will make code simpler as we support pretenuring feedback for all constructed objects. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -39 lines) Patch
M src/mips/builtins-mips.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 4 chunks +20 lines, -29 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 2 chunks +2 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 9 months ago (2014-03-19 15:14:20 UTC) #1
Paul Lind
lgtm
6 years, 9 months ago (2014-03-19 15:43:01 UTC) #2
Paul Lind
6 years, 9 months ago (2014-03-19 15:47:46 UTC) #3
Committed as r20086.

Powered by Google App Engine
This is Rietveld 408576698