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

Issue 1722733002: In background compilation make a copy of Field in order to freeze its state (Closed)

Created:
4 years, 10 months ago by srdjan
Modified:
4 years, 10 months ago
Reviewers:
siva
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

In background compilation make a copy of Field in order to freeze its state. Add flag --force_clone_compiler_objects for debugging purpose. BUG= R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/5a69e3661b528daefd9b63e433f904e3de130eeb

Patch Set 1 #

Patch Set 2 : r #

Patch Set 3 : g #

Patch Set 4 : g #

Patch Set 5 : g #

Patch Set 6 : r #

Patch Set 7 : e #

Total comments: 38

Patch Set 8 : Comments #

Patch Set 9 : s #

Unified diffs Side-by-side diffs Delta from patch set Stats (+240 lines, -80 lines) Patch
M runtime/lib/mirrors.cc View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/assembler_arm.cc View 1 2 6 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm64.cc View 1 2 4 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/assembler_ia32.cc View 1 2 6 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 1 2 4 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 1 2 6 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/ast.h View 1 2 3 4 5 6 6 chunks +15 lines, -5 lines 0 comments Download
M runtime/vm/ast.cc View 1 2 3 4 5 6 7 8 2 chunks +13 lines, -1 line 0 comments Download
M runtime/vm/ast_printer.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/ast_transformer.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -3 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flag_list.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 3 4 5 6 7 8 6 chunks +6 lines, -5 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 2 3 4 5 6 7 8 6 chunks +6 lines, -5 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 3 4 5 6 7 8 6 chunks +6 lines, -5 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 3 4 5 6 7 8 6 chunks +6 lines, -5 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 3 4 5 6 7 8 6 chunks +6 lines, -5 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/jit_optimizer.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 4 5 6 7 8 7 chunks +25 lines, -4 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 6 7 8 23 chunks +84 lines, -12 lines 0 comments Download
M runtime/vm/object_service.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 3 4 5 6 7 8 9 chunks +14 lines, -13 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -1 line 0 comments Download
M runtime/vm/redundancy_elimination.cc View 1 2 3 4 5 6 7 3 chunks +7 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
srdjan
4 years, 10 months ago (2016-02-25 21:25:57 UTC) #3
siva
LGTM with comments mostly on the style of returning pointer to handles in file object.h ...
4 years, 10 months ago (2016-02-25 23:38:33 UTC) #4
srdjan
Thanks! https://codereview.chromium.org/1722733002/diff/120001/runtime/vm/ast.cc File runtime/vm/ast.cc (right): https://codereview.chromium.org/1722733002/diff/120001/runtime/vm/ast.cc#newcode43 runtime/vm/ast.cc:43: return value.CloneFromOriginal(); On 2016/02/25 23:38:32, siva wrote: > ...
4 years, 10 months ago (2016-02-26 00:40:43 UTC) #5
srdjan
4 years, 10 months ago (2016-02-26 17:07:55 UTC) #7
Message was sent while issue was closed.
Committed patchset #9 (id:160001) manually as
5a69e3661b528daefd9b63e433f904e3de130eeb (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698