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

Issue 12571002: Intern AST and Model names to reduce char[]/String waste. (Closed)

Created:
7 years, 9 months ago by scheglov
Modified:
7 years, 9 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Intern AST and Model names to reduce char[]/String waste. This allows to save 53 MB (25% of total 200 MB) in workspace with "analyzer-experimental". No any difference in Editor Core test execution time. R=brianwilkerson@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=19646

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -21 lines) Patch
M compiler/java/com/google/dart/compiler/ast/DartCommentNewName.java View 2 chunks +3 lines, -2 lines 0 comments Download
M compiler/java/com/google/dart/compiler/ast/DartCommentRefName.java View 2 chunks +2 lines, -1 line 0 comments Download
M compiler/java/com/google/dart/compiler/ast/DartIdentifier.java View 2 chunks +3 lines, -2 lines 0 comments Download
M compiler/java/com/google/dart/compiler/ast/DartStringLiteral.java View 2 chunks +2 lines, -1 line 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/AbstractNodeElement.java View 2 chunks +2 lines, -1 line 0 comments Download
A + compiler/java/com/google/dart/compiler/util/StringInterner.java View 1 chunk +13 lines, -9 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/index/Resource.java View 2 chunks +3 lines, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/DartTypeImpl.java View 2 chunks +2 lines, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/DartTypeParameterImpl.java View 2 chunks +2 lines, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/DartVariableImpl.java View 2 chunks +2 lines, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/NamedTypeMemberImpl.java View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
scheglov
7 years, 9 months ago (2013-03-07 02:32:29 UTC) #1
Brian Wilkerson
LGTM
7 years, 9 months ago (2013-03-07 15:33:03 UTC) #2
scheglov
7 years, 9 months ago (2013-03-07 17:46:07 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19646 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698