Chromium Code Reviews
DescriptionMore efficient Int64 parsing and printing.
This replaces code that generates lots of temporary Int64 objects with
code that works almost entirely usings SMI values in local variables.
Printing generates numbers several digits at a time.
Speedup is 10x for parsing and 100x for printing on dart2js and a little over 5x each on the VM.
Printing produces hex digits in the same case as int.toString.
R=cbracken@google.com
Committed: https://code.google.com/p/dart/source/detail?r=26760
Patch Set 1 : #
Total comments: 16
Patch Set 2 : addres code review comments #
Total comments: 2
Patch Set 3 : #
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||||||||||||||||||||