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

Issue 18089025: MIPS: Create AllocationSite objects, pointed to by AllocationSiteInfo. (Closed)

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

Description

MIPS: Create AllocationSite objects, pointed to by AllocationSiteInfo. Port r15545 (8cf04c4) Original commit message: This creates a platform where we can do additional things with allocation sites, other than just aid in reducing array transitions. BUG=

Patch Set 1 #

Patch Set 2 : Port fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -54 lines) Patch
M src/mips/code-stubs-mips.cc View 1 10 chunks +67 lines, -41 lines 0 comments Download
M src/mips/ic-mips.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/stub-cache-mips.cc View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
7 years, 5 months ago (2013-07-08 14:11:27 UTC) #1
mvstanton
lgtm
7 years, 5 months ago (2013-07-08 14:15:06 UTC) #2
palfia
7 years, 5 months ago (2013-07-08 17:01:32 UTC) #3
Committed as r15561.

Powered by Google App Engine
This is Rietveld 408576698