1. 12 9月, 2018 5 次提交
    • G
      Improve performance of performance overlay by caching. (#6225) · 838eb3d4
      Gary Qian 提交于
      Cache a SkSurface with previously drawn shapes so that we do not need to draw them again in future frames.
      
      On Nexus 5X test device, old render time for just the overlay was 1.3ms-3.0ms and this version improves to 0.9ms-1.3ms running flutter gallery in profile mode.
      838eb3d4
    • L
      Remove root_surface_transformation from PaintContext (#6213) · 7ac3345c
      liyuqian 提交于
      It should be sufficient to provide the matrix to preroll.
      7ac3345c
    • A
      Flutter roll for Dart. (#6227) · 565a1948
      Aart Bik 提交于
      Changes included in this roll:
      
      05ccfa8502 [VM] Reduce size of monomorphic entries in AOT on ARM/ARM64 & use smaller tail-calls in various places
      805c92cf32 Add @TypeArguments as a valid type for BoundVariable.value
      3af0db2f97 fix my name in .mailmap
      0eee800e1b Report INCONSISTENT_METHOD_INHERITANCE for mixins.
      c7960df357 Generate analyzer error codes from messages.yaml
      e2fdd57664 Clarify ambiguous definition of constant interpolated string expressions.
      24493c2f54 Add support for dartdevk to read Analyzer summaries into Kernel format
      d32c8e4793 Generate error code index from "index:" field in messages.yaml
      d0a5a4c22b Convert summarize_const_expr.dart to triple-slash comment style.
      d32f524bb3 Fix NamespaceBuilder._addPublicNames for mixins.
      aa003d4f8e [infra] Update checked in SDKs to 2.1.0-dev.4.0
      7fa80d8200 Remove unused error codes
      ae2f75abec Report CompileTimeErrorCode.MIXIN_APPLICATION_NO_CONCRETE_SUPER_INVOKED_MEMBER.
      cbfc78f5b2 Parse mixin declarations as if they were classes
      d97823b704 Revert "[VM] Add new SymbolConstant to package:kernel/ast.dart"
      b6c98976d5 Report CompileTimeErrorCode.RECURSIVE_INTERFACE_INHERITANCE for mixins.
      3ddc9bb329 Add a doc comment for String.compare
      9281748a35 Check for conflicting static and instance members in mixins.
      3346632ad3 Report CompileTimeErrorCode.EXTENDS_NON_CLASS for mixins.
      f649a1f3cc Add a missing error message (issue 34412)
      63fbfcc69a Translate InvalidInlineFunctionType to ParserErrorCode.INVALID_INLINE_FUNCTION_TYPE.
      565a1948
    • M
    • M
      Revert "Roll buildroot to eba79bb6db1b50a98ab8ce39def287f7d332a5b8 (#6215)" (#6223) · 51b26f63
      Michael Goderbauer 提交于
      This reverts commit 35ddf873.
      
      Buildbots are hanging while generating treemaps with LTO enabled.
      51b26f63
  2. 11 9月, 2018 11 次提交
  3. 10 9月, 2018 1 次提交
  4. 09 9月, 2018 2 次提交
  5. 08 9月, 2018 12 次提交
  6. 07 9月, 2018 9 次提交