Chromium Code Reviews
DescriptionOptimize creation of ASCII strings in UTF-8 JSON parser.
Recognize that the string is ASCII only during scanning, and just use
String.fromCharCodes directly, instead of interpreting as UTF-8 first.
R=kustermann@google.com
Committed: https://code.google.com/p/dart/source/detail?r=42857
Patch Set 1 #Patch Set 2 : Address comment. #Patch Set 3 : Address comment. More documentation. #Messages
Total messages: 4 (1 generated)
|