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

Issue 197923003: Stop/restart compilation timer when running Dart code from within the parser. SMall perfromance fix. (Closed)

Created:
6 years, 9 months ago by srdjan
Modified:
6 years, 9 months ago
Reviewers:
Cutch, hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org, hausner
Visibility:
Public.

Description

Stop/restart compilation timer when running Dart code from within the parser. SMall perfromance fix. R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=33616

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M runtime/vm/object.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
srdjan
6 years, 9 months ago (2014-03-12 20:53:03 UTC) #1
Cutch
lgtm
6 years, 9 months ago (2014-03-12 21:02:32 UTC) #2
srdjan
On 2014/03/12 21:02:32, Cutch wrote: > lgtm Reverted parser change, as it crashes (nested compilation).
6 years, 9 months ago (2014-03-12 21:17:17 UTC) #3
srdjan
Committed patchset #2 manually as r33616 (presubmit successful).
6 years, 9 months ago (2014-03-12 21:28:53 UTC) #4
hausner
6 years, 9 months ago (2014-03-13 07:41:17 UTC) #5
Message was sent while issue was closed.
DBC

Do we even do the right thing when compilation is invoked recursively? Looking
at this it seems the timer is turned off when the innermost compilation stops,
not when the outermost compilation stops.

Powered by Google App Engine
This is Rietveld 408576698