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

Issue 325473002: Add intern support to analyzer (Closed)

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

Description

Add intern support to analyzer. In tests, this reduces the memory requirements for engine by about 15%. I have only enabled it for the command-line analyzer, though, because other uses will need to guard against memory leaks. R=scheglov@google.com Committed: https://code.google.com/p/dart/source/detail?r=37112

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -2 lines) Patch
A editor/util/plugins/com.google.dart.java2dart/resources/interner.dart View 1 chunk +49 lines, -0 lines 0 comments Download
M editor/util/plugins/com.google.dart.java2dart/resources/java_engine.dart View 1 chunk +4 lines, -1 line 0 comments Download
M editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analyzer/bin/analyzer.dart View 1 chunk +3 lines, -0 lines 0 comments Download
A pkg/analyzer/lib/src/generated/interner.dart View 1 chunk +49 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/generated/java_engine.dart View 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Brian Wilkerson
6 years, 6 months ago (2014-06-06 21:57:36 UTC) #1
scheglov
LGTM
6 years, 6 months ago (2014-06-06 22:02:06 UTC) #2
Brian Wilkerson
6 years, 6 months ago (2014-06-07 15:57:10 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r37112 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698