Closed karlklose closed 7 years ago
Due to the File.length() method, closure conversion renames property accesses to length, which seems to bypass some optimizations in the VM and causing slow performance for lists.
File.length()
length
This issue was moved to dart-lang/sdk#28131
Due to the
File.length()
method, closure conversion renames property accesses tolength
, which seems to bypass some optimizations in the VM and causing slow performance for lists.