Chromium Code Reviews
DescriptionUse a poor man's incremental parser to perform incremental resolution.
Also turns it on in the analysis server.
Limitations:
1. It works only inside a BlockFunctionBody.
2. It does not update errors.
3. Incremental resolution fails to resolve unqualified class member invocations.
But it works in general.
It take 3-4 milliseconds to perform incremental_resolver.dart resolution.
It was multiple seconds before (see my yesterday's log).
So, it is something like 1000 times faster now :-)
And it should be now much faster to fix the limitations :-)
R=paulberry@google.com, brianwilkerson@google.com
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=41937
Patch Set 1 #
Total comments: 19
Patch Set 2 : Fixes for review comments. #
Messages
Total messages: 5 (0 generated)
|
|||||||||||||||||||||||||||||||||||||