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

Issue 254623002: Simplify feedback vector creation and store in SharedFunctionInfo. (Closed)

Created:
6 years, 8 months ago by mvstanton
Modified:
6 years, 7 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Visibility:
Public.

Description

Simplify feedback vector creation and store in SharedFunctionInfo. LOG=N BUG=v8:3212 R=bmeurer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21085

Patch Set 1 : Patch One. #

Patch Set 2 : REBASE. #

Total comments: 10

Patch Set 3 : Code comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+213 lines, -224 lines) Patch
M src/arm/full-codegen-arm.cc View 1 4 chunks +2 lines, -15 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 4 chunks +2 lines, -15 lines 0 comments Download
M src/ast.h View 1 9 chunks +17 lines, -18 lines 0 comments Download
M src/ast.cc View 1 chunk +2 lines, -7 lines 0 comments Download
M src/compiler.h View 1 2 chunks +6 lines, -1 line 0 comments Download
M src/compiler.cc View 1 2 5 chunks +20 lines, -3 lines 0 comments Download
M src/factory.h View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M src/factory.cc View 1 2 3 chunks +19 lines, -2 lines 0 comments Download
M src/feedback-slots.h View 1 chunk +1 line, -61 lines 0 comments Download
M src/full-codegen.h View 2 chunks +2 lines, -6 lines 0 comments Download
M src/full-codegen.cc View 1 3 chunks +8 lines, -11 lines 0 comments Download
M src/heap-snapshot-generator.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 4 chunks +2 lines, -16 lines 0 comments Download
M src/objects.h View 1 2 7 chunks +13 lines, -10 lines 0 comments Download
M src/objects.cc View 1 2 1 chunk +10 lines, -13 lines 0 comments Download
M src/objects-debug.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M src/objects-inl.h View 1 3 chunks +3 lines, -4 lines 0 comments Download
M src/objects-printer.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M src/objects-visiting-inl.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M src/parser.cc View 1 4 chunks +0 lines, -4 lines 0 comments Download
M src/runtime.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M src/type-info.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/type-info.cc View 1 2 2 chunks +9 lines, -9 lines 0 comments Download
M src/typing.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 4 chunks +2 lines, -16 lines 0 comments Download
M test/cctest/test-compiler.cc View 1 2 1 chunk +72 lines, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 1 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mvstanton
Hi Benedikt, You've already reviewed much of this CL, let's get together and I'll describe ...
6 years, 8 months ago (2014-04-24 14:19:06 UTC) #1
Benedikt Meurer
Hey Michael, Nice work! First round of comments. -- Benedikt https://codereview.chromium.org/254623002/diff/60001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/254623002/diff/60001/src/compiler.cc#newcode263 ...
6 years, 7 months ago (2014-04-28 19:17:00 UTC) #2
mvstanton
Hi Benedikt, thanks for the comments. I've addressed, and also checking into performance of the ...
6 years, 7 months ago (2014-04-30 08:31:18 UTC) #3
Benedikt Meurer
LGTM, let's see how it works in the wild! :-)
6 years, 7 months ago (2014-04-30 08:35:29 UTC) #4
mvstanton
6 years, 7 months ago (2014-04-30 10:51:21 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r21085 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698