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

Issue 11783048: MIPS: Adapt Danno's Track Allocation Info idea to fast literals. (Closed)

Created:
7 years, 11 months ago by palfia
Modified:
7 years, 11 months ago
Reviewers:
kisg, Paul Lind, mvstanton, danno
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Adapt Danno's Track Allocation Info idea to fast literals. Port r13330 (6d9ce8a8) Original commit message: Adapt Danno's Track Allocation Info idea to fast literals. When allocating a literal array, we store an AllocationSiteInfo object right after the JSArray, with a pointer to the boilerplate object. Later, if the array transitions we check for the continued existence of the temporary AllocationSiteInfo object (has no roots). If found, we'll use it to transition the boilerplate array as well. Danno's original changeset: https://codereview.chromium.org/10615002/ BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=13339

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -5 lines) Patch
M src/mips/code-stubs-mips.cc View 8 chunks +33 lines, -5 lines 0 comments Download
M src/mips/codegen-mips.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +10 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
palfia
7 years, 11 months ago (2013-01-09 01:03:06 UTC) #1
mvstanton
7 years, 11 months ago (2013-01-09 10:08:28 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698