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

Issue 1409173002: More work for background compilation; move pending_functions_ from ObjectStore to Thread. (Closed)

Created:
5 years, 2 months ago by srdjan
Modified:
5 years, 2 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

More work for background compilation; move pending_functions_ from ObjectStore to Thread. BUG= R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/8915fb6fde71acc29ef7f3600314befaf48f17c3

Patch Set 1 #

Patch Set 2 : Cleanup #

Total comments: 4

Patch Set 3 : Implement loop/wait #

Total comments: 6

Patch Set 4 : Better code. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -54 lines) Patch
M runtime/vm/compiler.h View 1 2 1 chunk +13 lines, -6 lines 0 comments Download
M runtime/vm/compiler.cc View 1 2 3 6 chunks +46 lines, -22 lines 0 comments Download
M runtime/vm/compiler_stats.h View 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/vm/isolate.h View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 3 chunks +1 line, -2 lines 0 comments Download
M runtime/vm/object_store.h View 2 chunks +0 lines, -5 lines 0 comments Download
M runtime/vm/object_store.cc View 2 chunks +0 lines, -3 lines 0 comments Download
M runtime/vm/parser.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M runtime/vm/thread.h View 1 2 5 chunks +9 lines, -5 lines 0 comments Download
M runtime/vm/thread.cc View 1 2 3 chunks +22 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
srdjan
5 years, 2 months ago (2015-10-16 19:30:17 UTC) #2
siva
LGTM with some comments. https://codereview.chromium.org/1409173002/diff/20001/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/1409173002/diff/20001/runtime/vm/compiler.cc#newcode1166 runtime/vm/compiler.cc:1166: // compilation is on. OSR ...
5 years, 2 months ago (2015-10-16 23:29:40 UTC) #3
srdjan
https://codereview.chromium.org/1409173002/diff/20001/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/1409173002/diff/20001/runtime/vm/compiler.cc#newcode1166 runtime/vm/compiler.cc:1166: // compilation is on. OSR compilation still occura in ...
5 years, 2 months ago (2015-10-16 23:50:17 UTC) #4
srdjan
5 years, 2 months ago (2015-10-17 00:03:00 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
8915fb6fde71acc29ef7f3600314befaf48f17c3 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698