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

Issue 10615002: Track allocation info (Closed)

Created:
8 years, 6 months ago by danno
Modified:
7 years, 10 months ago
Reviewers:
CC:
v8-dev
Visibility:
Public.

Description

Track allocation info

Patch Set 1 #

Patch Set 2 : Crankshaft support #

Patch Set 3 : Merge with TOT #

Patch Set 4 : Merge with TOT #

Patch Set 5 : Diff with b_e #

Unified diffs Side-by-side diffs Delta from patch set Stats (+466 lines, -88 lines) Patch
M include/v8.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/ast.h View 1 2 3 chunks +5 lines, -2 lines 0 comments Download
M src/ast.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/factory.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/factory.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M src/heap.h View 1 2 3 chunks +12 lines, -3 lines 0 comments Download
M src/heap.cc View 1 2 3 6 chunks +32 lines, -5 lines 0 comments Download
M src/hydrogen.cc View 1 2 2 chunks +28 lines, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 9 chunks +120 lines, -54 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 5 chunks +86 lines, -10 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 2 1 chunk +46 lines, -0 lines 0 comments Download
M src/ic.h View 1 2 2 chunks +9 lines, -9 lines 0 comments Download
M src/objects.h View 1 2 5 chunks +32 lines, -0 lines 0 comments Download
M src/objects-debug.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M src/objects-printer.cc View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
M src/runtime.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M src/type-info.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/type-info.cc View 1 2 2 chunks +24 lines, -1 line 0 comments Download
M test/mjsunit/elements-kind.js View 1 2 1 chunk +1 line, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698