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

Issue 738673002: Use shorter DartElementLocation. (Closed)

Created:
6 years, 1 month ago by scheglov
Modified:
6 years, 1 month ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Use shorter DartElementLocation. This improves analyzer + analysis_server analysis time from 21841 ms to 19839 ms. I.e. about 9% faster. However it is still 25% slower than without index at all - 15593 ms. R=brianwilkerson@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=41807

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+224 lines, -310 lines) Patch
M pkg/analysis_server/lib/src/services/index/index.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/analysis_server/lib/src/services/index/store/codec.dart View 4 chunks +58 lines, -56 lines 2 comments Download
M pkg/analysis_server/test/services/index/store/codec_test.dart View 4 chunks +22 lines, -12 lines 0 comments Download
M pkg/analysis_server/test/services/index/store/split_store_test.dart View 2 chunks +6 lines, -5 lines 0 comments Download
M pkg/analyzer/lib/src/generated/element.dart View 7 chunks +112 lines, -146 lines 3 comments Download
M pkg/analyzer/lib/src/generated/engine.dart View 1 chunk +10 lines, -16 lines 0 comments Download
M pkg/analyzer/test/generated/element_test.dart View 2 chunks +0 lines, -65 lines 0 comments Download
M pkg/analyzer/test/generated/engine_test.dart View 1 chunk +11 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
scheglov
6 years, 1 month ago (2014-11-18 05:09:42 UTC) #1
Brian Wilkerson
I'm concerned if we don't need to support HTML or NAME referenced before committing this, ...
6 years, 1 month ago (2014-11-18 15:11:23 UTC) #2
Brian Wilkerson
LGTM with suggested changes in a follow-on CL.
6 years, 1 month ago (2014-11-18 16:16:06 UTC) #3
scheglov
6 years, 1 month ago (2014-11-18 16:21:20 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 41807 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698