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

Issue 745873002: Stop copying tokens in incremental scanner (Closed)

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

Description

Stop copying tokens in incremental scanner. Once the incremental parser is no longer using the token map I can remove the tokenMap support. R=paulberry@google.com Committed: https://code.google.com/p/dart/source/detail?r=41913

Patch Set 1 #

Patch Set 2 : Clean-up #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+167 lines, -139 lines) Patch
M pkg/analyzer/lib/src/generated/incremental_scanner.dart View 1 5 chunks +129 lines, -105 lines 5 comments Download
M pkg/analyzer/lib/src/generated/scanner.dart View 3 chunks +9 lines, -0 lines 0 comments Download
M pkg/analyzer/test/generated/incremental_scanner_test.dart View 1 6 chunks +29 lines, -34 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
Brian Wilkerson
6 years, 1 month ago (2014-11-20 22:03:52 UTC) #2
Paul Berry
lgtm once comments are addressed. Once this commit lands I'll take responsibility for making sure ...
6 years, 1 month ago (2014-11-20 22:41:59 UTC) #3
Brian Wilkerson
https://codereview.chromium.org/745873002/diff/20001/pkg/analyzer/lib/src/generated/incremental_scanner.dart File pkg/analyzer/lib/src/generated/incremental_scanner.dart (right): https://codereview.chromium.org/745873002/diff/20001/pkg/analyzer/lib/src/generated/incremental_scanner.dart#newcode197 pkg/analyzer/lib/src/generated/incremental_scanner.dart:197: oldLeftToken = oldFirst; > Instead of these four statements, ...
6 years, 1 month ago (2014-11-20 22:55:03 UTC) #4
Brian Wilkerson
6 years ago (2014-11-21 17:24:10 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 41913 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698