Chromium Code Reviews

Issue 12507006: MIPS: Allocation Info Tracking, continued. (Closed)

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

Description

MIPS: Allocation Info Tracking, continued. Port r13790 (0a70a3af) Original commit message: Addresses missing cases for array literals. Adds support for "new Array()" call sites. This isn't complete yet, I have to run with --noinline_new. BUG= Committed: https://code.google.com/p/v8/source/detail?r=13836

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+243 lines, -19 lines)
M src/mips/builtins-mips.cc View 2 chunks +44 lines, -12 lines 0 comments
M src/mips/code-stubs-mips.cc View 5 chunks +127 lines, -6 lines 0 comments
M src/mips/lithium-codegen-mips.cc View 1 chunk +21 lines, -1 line 0 comments
M src/mips/lithium-mips.h View 2 chunks +18 lines, -0 lines 0 comments
M src/mips/lithium-mips.cc View 2 chunks +19 lines, -0 lines 0 comments
M src/mips/macro-assembler-mips.h View 1 chunk +1 line, -0 lines 0 comments
M src/mips/macro-assembler-mips.cc View 1 chunk +13 lines, -0 lines 0 comments

Messages

Total messages: 2 (0 generated)
palfia
7 years, 9 months ago (2013-03-06 02:00:04 UTC) #1
mvstanton
7 years, 9 months ago (2013-03-06 12:22:34 UTC) #2
lgtm

Powered by Google App Engine