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

Issue 1131493007: Compute accurate token count when loading from snapshot (Closed)

Created:
5 years, 7 months ago by hausner
Modified:
5 years, 7 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Compute accurate token count when loading from snapshot With --compiler-stats, traverse heap at isolate shutdown to find all token streams and compute the number of tokens in the stream. This fixes incorrect token counts when loading from snapshot. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=45806

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -17 lines) Patch
M runtime/vm/compiler_stats.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/compiler_stats.cc View 5 chunks +48 lines, -3 lines 0 comments Download
M runtime/vm/isolate.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M runtime/vm/object.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M runtime/vm/parser.cc View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
hausner
5 years, 7 months ago (2015-05-14 20:12:17 UTC) #2
siva
lgtm
5 years, 7 months ago (2015-05-14 23:57:22 UTC) #3
hausner
5 years, 7 months ago (2015-05-15 00:11:09 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as r45806 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698