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

Issue 2327693002: Add --parse-all option in order to benchmark and measure the scanner/parser performance. (Closed)

Created:
4 years, 3 months ago by siva
Modified:
4 years, 3 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add --parse-all option in order to benchmark and measure the scanner/parser performance. R=hausner@google.com Committed: https://github.com/dart-lang/sdk/commit/12f86594ecc32d7fa0c513fcc960d9adaee13428

Patch Set 1 #

Total comments: 9

Patch Set 2 : Adjust debug setting. #

Patch Set 3 : Address review comments. #

Patch Set 4 : Address review comments. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+361 lines, -120 lines) Patch
M runtime/bin/main.cc View 1 2 4 chunks +22 lines, -0 lines 0 comments Download
M runtime/include/dart_native_api.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/ast_printer.h View 1 2 chunks +15 lines, -12 lines 0 comments Download
M runtime/vm/ast_printer.cc View 1 22 chunks +97 lines, -94 lines 0 comments Download
M runtime/vm/ast_printer_test.cc View 1 1 chunk +9 lines, -8 lines 0 comments Download
M runtime/vm/compiler.h View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/compiler.cc View 1 2 6 chunks +131 lines, -1 line 2 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M runtime/vm/native_api_impl.cc View 1 1 chunk +24 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
M runtime/vm/parser_test.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/precompiler.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 9 (3 generated)
hausner
LGTM w/comments. https://codereview.chromium.org/2327693002/diff/1/runtime/bin/main.cc File runtime/bin/main.cc (right): https://codereview.chromium.org/2327693002/diff/1/runtime/bin/main.cc#newcode811 runtime/bin/main.cc:811: #if 0 Maybe remove this entirely in ...
4 years, 3 months ago (2016-09-09 16:31:08 UTC) #2
hausner
Another comment https://codereview.chromium.org/2327693002/diff/1/runtime/bin/main.cc File runtime/bin/main.cc (right): https://codereview.chromium.org/2327693002/diff/1/runtime/bin/main.cc#newcode1481 runtime/bin/main.cc:1481: Dart_ExitScope(); This will actually break tests that ...
4 years, 3 months ago (2016-09-09 17:30:51 UTC) #3
siva
Updated changes PTAL. https://codereview.chromium.org/2327693002/diff/1/runtime/bin/main.cc File runtime/bin/main.cc (right): https://codereview.chromium.org/2327693002/diff/1/runtime/bin/main.cc#newcode811 runtime/bin/main.cc:811: #if 0 On 2016/09/09 16:31:07, hausner ...
4 years, 3 months ago (2016-09-23 00:04:04 UTC) #5
hausner
LGTM w/comment. The AST printer change seems orthogonal to parse_all. If you think it's work ...
4 years, 3 months ago (2016-09-23 21:57:20 UTC) #6
siva
https://codereview.chromium.org/2327693002/diff/60001/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/2327693002/diff/60001/runtime/vm/compiler.cc#newcode1412 runtime/vm/compiler.cc:1412: AstPrinter ast_printer(false); On 2016/09/23 21:57:20, hausner wrote: > What's ...
4 years, 3 months ago (2016-09-23 22:05:37 UTC) #7
siva
4 years, 3 months ago (2016-09-23 22:20:43 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
12f86594ecc32d7fa0c513fcc960d9adaee13428 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698