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

Issue 2817018: [Isolates] StatsTable moved to Isolate.... (Closed)

Created:
10 years, 6 months ago by Maxim.Mossienko
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

[Isolates] StatsTable moved to Isolate. Its static fields / methods were transformed to instance one. Committed: http://code.google.com/p/v8/source/detail?r=4910

Patch Set 1 #

Total comments: 5

Patch Set 2 : '' #

Total comments: 3

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -35 lines) Patch
M src/api.cc View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M src/compilation-cache.h View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M src/compilation-cache.cc View 1 2 2 chunks +18 lines, -8 lines 0 comments Download
M src/counters.h View 1 2 5 chunks +28 lines, -16 lines 0 comments Download
M src/counters.cc View 1 2 2 chunks +19 lines, -4 lines 0 comments Download
M src/isolate.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/isolate.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M test/cctest/test-serialize.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Maxim.Mossienko
Please, review
10 years, 6 months ago (2010-06-19 21:05:04 UTC) #1
Dmitry Titov
http://codereview.chromium.org/2817018/diff/1/6 File src/compilation-cache.cc (right): http://codereview.chromium.org/2817018/diff/1/6#newcode188 src/compilation-cache.cc:188: if (stats_table_ == NULL) { Since this round of ...
10 years, 6 months ago (2010-06-21 20:50:36 UTC) #2
Maxim.Mossienko
http://codereview.chromium.org/2817018/diff/1/6 File src/compilation-cache.cc (right): http://codereview.chromium.org/2817018/diff/1/6#newcode188 src/compilation-cache.cc:188: if (stats_table_ == NULL) { No, we can not ...
10 years, 6 months ago (2010-06-21 21:48:01 UTC) #3
Dmitry Titov
http://codereview.chromium.org/2817018/diff/1/6 File src/compilation-cache.cc (right): http://codereview.chromium.org/2817018/diff/1/6#newcode190 src/compilation-cache.cc:190: script_histogram_ = stats_table_->CreateHistogram( On 2010/06/21 21:48:01, Maxim.Mossienko wrote: > ...
10 years, 6 months ago (2010-06-21 22:06:58 UTC) #4
Maxim.Mossienko
Rebased, introduced explicit script_histogram_initialized_ flag instead of stats_table_ cache field with flag semantic
10 years, 6 months ago (2010-06-21 22:32:00 UTC) #5
Vitaly Repeshko
LGTM http://codereview.chromium.org/2817018/diff/7002/14004 File src/counters.cc (right): http://codereview.chromium.org/2817018/diff/7002/14004#newcode31 src/counters.cc:31: #include "platform.h" Please explicitly include "isolate.h". http://codereview.chromium.org/2817018/diff/7002/14008 File ...
10 years, 6 months ago (2010-06-21 22:38:59 UTC) #6
Maxim.Mossienko
const modifiers added + explicit "isolate.h" include
10 years, 6 months ago (2010-06-21 23:04:09 UTC) #7
Dmitry Titov
10 years, 6 months ago (2010-06-21 23:35:37 UTC) #8
Thanks! Landed in r4910.

Powered by Google App Engine
This is Rietveld 408576698