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

Issue 1291803009: Enable concurrent optimization test after migrating scopes to Thread* (Closed)

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

Description

Enable concurrent optimization test after migrating scopes to Thread* Also move static call target table allocation into old space. Note that stats are not thread-safe, so running two compilers concurrently may lead to inaccurate stats. BUG=https://github.com/dart-lang/sdk/issues/24109 Committed: https://github.com/dart-lang/sdk/commit/00ef26050340f29cb67d69ad4e3ace3278302be4

Patch Set 1 #

Patch Set 2 : Enable test. #

Total comments: 3

Patch Set 3 : Added TODO about allocation. #

Patch Set 4 : Update ASSERT in LongJumpScope. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -87 lines) Patch
M runtime/tests/vm/vm.status View 1 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/vm/compiler.cc View 1 12 chunks +16 lines, -17 lines 0 comments Download
M runtime/vm/compiler_stats.h View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/dart.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 8 chunks +24 lines, -16 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M runtime/vm/isolate.cc View 6 chunks +14 lines, -11 lines 0 comments Download
M runtime/vm/longjump.cc View 1 2 3 1 chunk +6 lines, -2 lines 0 comments Download
M runtime/vm/object.cc View 1 4 chunks +10 lines, -6 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 3 8 chunks +9 lines, -10 lines 0 comments Download
M runtime/vm/symbols.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/timeline.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/timer.h View 2 chunks +8 lines, -7 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
koda
5 years, 4 months ago (2015-08-19 17:55:06 UTC) #2
koda
The test is passing with this CL, which is great. However, the function we are ...
5 years, 4 months ago (2015-08-19 18:02:31 UTC) #3
srdjan
LGTMwC https://codereview.chromium.org/1291803009/diff/20001/runtime/vm/flow_graph_compiler.cc File runtime/vm/flow_graph_compiler.cc (right): https://codereview.chromium.org/1291803009/diff/20001/runtime/vm/flow_graph_compiler.cc#newcode178 runtime/vm/flow_graph_compiler.cc:178: GrowableObjectArray::New(Heap::kOld))), This is a temporary fix. Please add: ...
5 years, 4 months ago (2015-08-19 18:29:34 UTC) #4
koda
https://codereview.chromium.org/1291803009/diff/20001/runtime/vm/flow_graph_compiler.cc File runtime/vm/flow_graph_compiler.cc (right): https://codereview.chromium.org/1291803009/diff/20001/runtime/vm/flow_graph_compiler.cc#newcode178 runtime/vm/flow_graph_compiler.cc:178: GrowableObjectArray::New(Heap::kOld))), On 2015/08/19 18:29:34, srdjan wrote: > This is ...
5 years, 4 months ago (2015-08-19 18:44:28 UTC) #5
srdjan
https://codereview.chromium.org/1291803009/diff/20001/runtime/vm/flow_graph_compiler.cc File runtime/vm/flow_graph_compiler.cc (right): https://codereview.chromium.org/1291803009/diff/20001/runtime/vm/flow_graph_compiler.cc#newcode178 runtime/vm/flow_graph_compiler.cc:178: GrowableObjectArray::New(Heap::kOld))), On 2015/08/19 18:44:28, koda wrote: > On 2015/08/19 ...
5 years, 4 months ago (2015-08-19 19:46:50 UTC) #6
koda
5 years, 4 months ago (2015-08-19 22:16:51 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
00ef26050340f29cb67d69ad4e3ace3278302be4 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698