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

Issue 751453004: Improve the speed and memory efficiency of csslib parsing. (Closed)

Created:
6 years, 1 month ago by nweiz
Modified:
6 years ago
Reviewers:
terry, sra1
CC:
reviews_dartlang.org, sra
Visibility:
Public.

Description

Improve the speed and memory efficiency of csslib parsing. In particular, this avoids calling [FileSpan.start] and [FileSpan.end] where possible, since they lazily instantiate objects. R=sra@google.com Committed: https://code.google.com/p/dart/source/detail?r=42080

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -57 lines) Patch
M pkg/csslib/CHANGELOG.md View 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/csslib/lib/parser.dart View 39 chunks +52 lines, -52 lines 1 comment Download
M pkg/csslib/lib/src/token.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M pkg/csslib/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
nweiz
6 years, 1 month ago (2014-11-22 01:04:05 UTC) #2
sra1
lgtm (if parser.dart:2383 is not a bug.) Maybe it would read a bit better if ...
6 years ago (2014-12-02 23:43:45 UTC) #4
nweiz
Committed patchset #1 (id:1) manually as 42080 (presubmit successful).
6 years ago (2014-12-03 00:21:15 UTC) #5
terry
6 years ago (2014-12-04 14:21:18 UTC) #6
Message was sent while issue was closed.
lgtm sorry I missed this in all my mail during the holiday.

Powered by Google App Engine
This is Rietveld 408576698