DescriptionVM [KERNEL] Fix performance issue in KernelReader
Original code is constructing Class fields
and functions incrementally going through
poorly scalable AddFunction and AddField
reallocating the whole array on each call.
Instead accumulate things in GrowableArrays
and insert in one go.
BUG= https://github.com/dart-lang/sdk/issues/28312
R=vegorov@google.com
Committed: https://github.com/dart-lang/sdk/commit/a8bc1de524f778c940c0171aaaea980f78819705
Patch Set 1 #
Total comments: 2
Patch Set 2 : VM [KERNEL] Fix performance issue in KernelReader #
Total comments: 1
Messages
Total messages: 9 (4 generated)
|