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

Issue 1410363005: Make ICData changes thread safe (first compute array, then set it). Install code in the main thread… (Closed)

Created:
5 years, 1 month ago by srdjan
Modified:
5 years, 1 month 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

Make ICData changes thread safe (first compute array, then set it). Install code in the main thread instead of in the background compilation thread. BUG= R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/772ee329c4a5319b6a8a1ea15e7fb0999f03fdfd

Patch Set 1 #

Patch Set 2 : Name no OSR deopt id. #

Patch Set 3 : Cleanups #

Patch Set 4 : Make it build #

Total comments: 10

Patch Set 5 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+279 lines, -174 lines) Patch
M runtime/vm/code_generator.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M runtime/vm/compiler.h View 1 2 3 4 5 chunks +27 lines, -7 lines 0 comments Download
M runtime/vm/compiler.cc View 1 2 3 4 20 chunks +150 lines, -63 lines 0 comments Download
M runtime/vm/compiler_test.cc View 2 chunks +10 lines, -64 lines 0 comments Download
M runtime/vm/flow_graph_builder.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier.cc View 1 2 3 2 chunks +7 lines, -6 lines 0 comments Download
M runtime/vm/isolate.h View 1 2 3 4 2 chunks +10 lines, -4 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 3 4 3 chunks +14 lines, -4 lines 0 comments Download
M runtime/vm/object.h View 4 chunks +5 lines, -2 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 11 chunks +35 lines, -12 lines 0 comments Download
M runtime/vm/regexp_assembler_ir.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (1 generated)
srdjan
5 years, 1 month ago (2015-10-26 18:07:47 UTC) #2
siva
lgtm https://chromiumcodereview.appspot.com/1410363005/diff/60001/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://chromiumcodereview.appspot.com/1410363005/diff/60001/runtime/vm/compiler.cc#newcode1442 runtime/vm/compiler.cc:1442: // Use PushFront and PopBack to add and ...
5 years, 1 month ago (2015-10-26 21:18:25 UTC) #3
srdjan
https://chromiumcodereview.appspot.com/1410363005/diff/60001/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://chromiumcodereview.appspot.com/1410363005/diff/60001/runtime/vm/compiler.cc#newcode1442 runtime/vm/compiler.cc:1442: // Use PushFront and PopBack to add and read ...
5 years, 1 month ago (2015-10-26 21:57:00 UTC) #4
srdjan
5 years, 1 month ago (2015-10-26 22:12:40 UTC) #5
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
772ee329c4a5319b6a8a1ea15e7fb0999f03fdfd (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698