Files
sdk/pkg/compiler/lib
Johnni Winther a905b19f5d Move collection of native classes from NativeEnqueuerBase to NativeResolutionEnqueuer
The collected classes were needlessly recomputed in NativeCodegenEnqueuer. Now the set of classes is computed once and copied from NativeResolutionEnqueuer to NativeCodegenEnqueuer.

Next step is to move the collection from NativeResolutionEnqueuer to NativeDataResolver since its computation is AST dependent.

R=efortuna@google.com

Review-Url: https://codereview.chromium.org/2779003002 .
2017-03-29 10:43:00 +02:00
..