Skia should already have such optimizations based on a much more
accurate clip stack. As we move to the retained rendering, SceneBuilder
would be much harder to maintain such cull_rects_ stack so let's just
remove them.
No significant performance change is measured locally on Moto G4 with
flutter_gallery transition perf test and complex_layout scroll perf
test.
* Roll Dart to version 7f9a9feae181573cca609fd1b8760d7992176699
This contains the following commits:
7f9a9feae1 [vm, service] Rename 'invoke' parameter 'receiverId' to 'targetId'.
fa3d8fa567 Don't check for the file presence in transitive sets when we are just creating it.
6f3de544ed [ VM / Hot Reload ] Fixed tests which were crashing periodically. Fixes issue #34599
e811b29788 [vm, gc] Restore growth policy when concurrent marking is not enabled.
0518b334ba Address comments
7c46a28505 Update convert class to mixin assist to remove "abstract"
06744c68b2 Pull reporting for unimplemented inherited members, and declared abstract members from ErrorVerifier.
45c7e4365c Update dartfix to apply changes to file rather than displaying them
9ad59bada2 [dartdevc] fix#34358, int to double conversion for literals
edddc0ba58 Generate source changes for converting class to mixin
2742a5d558 [Gardening] Update test status
d9de98e164 [VM] Delete some dead code in gen_snapshot.cc
51b8fc7bb0 AwaitExpression.precedence => 14
2390b3605f Create a package for shared diagnostics
629d76eb46 Simple dartfix that suggests class to be converted to mixins
8a2cfd8613 Implement InheritanceManager2.getMember() and use it in some places.
71eaf3209b Fix broken 'fasta testing sdk'.
d79f7493b3 Test that type parameters of typedefs are properly bounds checked.
b36f4fffc4 Allow multiple analyzer codes
82b3501c3c Fix supermixin handling in dart2js
c9b05d3f1f Allow super calls in mixin declarations
225b8d5075 Specialize Object properties in static type computation
4a58112a7c Move kernel_impact.dart from ssa/ to kernel/
aaf3b709e6 [release] Prepare changelog for 2.1.0-dev.6.0
e9c949372e Remove unused parts of J/K*Env classes
4659cb9480 Fully split JsToElementMap and KernelToElementMap
a617700b17 Removes code that has become redundant since 98a9adf.
7c54fab8a5 Adjust status files.
76470aca47 [VM] use coresnapshot when initializing an Isolate
* Address review comments.
Includes the following changes:
808ed6238b [vm, compiler] Make register allocator instead of assembler put the write barrier value into a fixed register.
2f25dcda16 [vm] Remove script snapshots.
5d10974a89 [vm/bytecode] Use _simpleInstanceOf for certain 'is' checks in bytecode
9cc251c78b [vm/test] Fix process_stderr_test.
0f5968945c [vm/aot] Do not tree shake type arguments used in constant instances
99daccc0dd Handle FunctionExpressionInvocation when creating summaries.
d673847bd8 [dartdevc] add --kernel option, deprecate bin/dartdevk
79d639a3a8 [VM interpreter/bytecode] Modify argument order for AssertAssignable bytecode.
9fb3ff1f1a Extract InheritanceManager2.
d9fb4b03a6 [vm/compiler] Fix recent regressions due to inaccurate type merging
dcad8fe895 In analyzer/FE comparison, compare the return types of function types.
3c4c62d79a Reland "[VM] Dart_Initialize no longer crashes after Dart_Cleanup"
e31f9fc55f Track front end errors.
15c64b4b77 [vm/aot] Remove 'rounds' from precompiler
e7d71bedf5 [toolchain] Update Windows VS toolchain to current Chromium one.
0262530e1f Clarify code that checks for analyzer/FE differences.
5940ba21d2 [benchmark] Add gen_kernel_bytecode.dill to try_benchmarks.sh
bbfd4025c3 Fix copyright date in new test
4dcd8392fc Allow super invocations find members in supertypes of old style mixins.
a0ff5f8b3f Add stub implementation for analysis server edit.dartfix
0808d29b4e Update spec of potentially constant and compile-time constant expressions.
d8c32ae010 [vm] Add a reload test that checks that types are finalized.
cf055d6b88 [vm] Fix isolate reload tests so that they can pass kernel files for isolate reload.
429bca8e65 Make `Uri.parse` accept `[` and `]` in path, query and fragment.
b01f461280 Add product mode macos dart executable to fileset for running tests
e05f1fc32d Adjusted superclasses to make a mixin application superclass abstract
b480089a1a Fix updateExpectations in expression test
4816b607a5 Eliminate checked mode and production mode
c22b2efb48 Verify that mixin constraints can't be satisfied by the application (or named class) itself.
98a9adf696 Make constructor function types conform with the specification.
a3aa0c18fb Improve messages involving empty cycles
48d1b5e64b Improve diagnostics with anonymous jump targets
c38eab4fa9 [infra] Remove Dart 1 builders from the CQ (Part II)
e17a5965d1 [gardening] Update product dartk test status.
efe76b272d [gardening] Update product dartk test status.
1a29217509 Remove empty statements
1c8d65c49b fix#32785, implement typedef equality in dartdevc
20fa7815f0 Add @pragma('dart2js:noInline') and @pragma('dart2js:tryInline')
b1a54154f8 Check that implicit type arguments satisfy bounds.
3b511b9439 [dartdevc] improve compile time of kernel backend
c7383b5caf Revert "[VM runtime] Store Smi instance type in type test cache when using the interpreter."
d1a3eaaa99 Add flag to control symbol visibility of libdart
86430cb46a [vm] Extend AppJIT capability of gen_snapshot.
f81709c3e3 [vm/aot] Use field types inferred in TFA and remove inference in precompiler.cc
e7fc155457 [gardening] Adjust product kernel test status
b3b947d9a6 bump to linter 0.1.64
c9bcfe877b [vm] Fix byte displacement printing in x86 disassembler
ded73cdd08 Revert "[dart2js] Simplify noInline / tryInline annotations"
2c82a400e8 Signal a static error when invoking a non-function (issue 34320)
34425a870e [vm] Set implicit function accessor when the functions are created
8bae3a1cfd [dart2js] Simplify noInline / tryInline annotations
8ff692acf4 [infra] Remove Dart 1 builders from the CQ (Part I)
9185294e7a Reland: Implement inheritance/override checks from the spec.
c23a9815ec Stop setting element model supertypes in TypeResolverVisitor when using new driver.
17b3310400 Resolve bounds for type parameters of generic type alias.
c624f8b0a9 First cut dartfix protocol