DescriptionImprove performance of Dart_ListGetAsBytes.
This fixes two performance issues with Dart_ListGetAsBytes:
1. Avoid excessive handle allocation when copying from a generic List.
2. Add a fast path when copying from byte-size typed data view objects. The
old version only supported typed data, but no views.
R=asiva@google.com
Committed: https://code.google.com/p/dart/source/detail?r=25731
Patch Set 1 #
Total comments: 9
Patch Set 2 : addressed comments #
Total comments: 2
Messages
Total messages: 7 (0 generated)
|