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

Issue 24250005: AllocationSites for all literals (Closed)

Created:
7 years, 3 months ago by mvstanton
Modified:
7 years, 2 months ago
CC:
v8-dev
Visibility:
Public.

Description

AllocationSites for all literals BUG= R=hpayer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17219

Patch Set 1 : Updated approach #

Patch Set 2 : Minor update #

Patch Set 3 : Fixes #

Patch Set 4 : Rebase #

Patch Set 5 : Updates #

Patch Set 6 : REBASE #

Total comments: 24

Patch Set 7 : REBASE #

Total comments: 12

Patch Set 8 : Code comments #

Total comments: 2

Patch Set 9 : Change to abstract base class #

Total comments: 2

Patch Set 10 : REBASE #

Patch Set 11 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+554 lines, -72 lines) Patch
A src/allocation-site-scopes.h View 1 2 3 4 5 6 7 8 1 chunk +115 lines, -0 lines 0 comments Download
A src/allocation-site-scopes.cc View 1 2 3 4 5 6 7 8 1 chunk +108 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
M src/hydrogen.h View 1 2 3 4 5 3 chunks +8 lines, -4 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 6 7 8 9 14 chunks +55 lines, -25 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +19 lines, -6 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +99 lines, -15 lines 0 comments Download
M src/runtime.cc View 1 2 3 4 5 6 7 8 9 6 chunks +35 lines, -22 lines 0 comments Download
M test/mjsunit/allocation-site-info.js View 1 2 3 4 5 6 7 8 9 1 chunk +110 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
mvstanton
Hi Hannes, here is the nested literal allocation site support. thx, --Michael
7 years, 2 months ago (2013-10-04 09:10:18 UTC) #1
Hannes Payer (out of office)
First round of comments, already looking awesome. https://codereview.chromium.org/24250005/diff/27001/src/allocation-site-scopes.cc File src/allocation-site-scopes.cc (right): https://codereview.chromium.org/24250005/diff/27001/src/allocation-site-scopes.cc#newcode28 src/allocation-site-scopes.cc:28: #include "allocation-site-scopes.h" ...
7 years, 2 months ago (2013-10-11 12:55:43 UTC) #2
mvstanton
Hi Hannes, thx for the review, here is the update. https://codereview.chromium.org/24250005/diff/27001/src/allocation-site-scopes.cc File src/allocation-site-scopes.cc (right): https://codereview.chromium.org/24250005/diff/27001/src/allocation-site-scopes.cc#newcode28 ...
7 years, 2 months ago (2013-10-11 13:41:47 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/24250005/diff/44001/src/allocation-site-scopes.h File src/allocation-site-scopes.h (right): https://codereview.chromium.org/24250005/diff/44001/src/allocation-site-scopes.h#newcode40 src/allocation-site-scopes.h:40: class AllocationSiteContext { Would it make sense to make ...
7 years, 2 months ago (2013-10-11 17:53:26 UTC) #4
mvstanton
Thx for the comments, here is my update. https://codereview.chromium.org/24250005/diff/44001/src/allocation-site-scopes.h File src/allocation-site-scopes.h (right): https://codereview.chromium.org/24250005/diff/44001/src/allocation-site-scopes.h#newcode40 src/allocation-site-scopes.h:40: class ...
7 years, 2 months ago (2013-10-14 14:31:42 UTC) #5
Hannes Payer (out of office)
Awesome, LGTM, just 2 nits https://codereview.chromium.org/24250005/diff/54001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/24250005/diff/54001/src/objects.cc#newcode5641 src/objects.cc:5641: // of the object ...
7 years, 2 months ago (2013-10-15 13:53:20 UTC) #6
mvstanton
7 years, 2 months ago (2013-10-15 14:53:14 UTC) #7
Message was sent while issue was closed.
Committed patchset #11 manually as r17219 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698