Chromium Code Reviews
DescriptionVarious cleanup in bigint implementation:
- reduce number of digit array allocations in divRem.
- shortcut reduce step in Classic reduction when possible.
- do not throw out of memory when value shifted left is zero.
- refactor code for future shifting operation intrinsics.
- and more...
R=srdjan@google.com
Committed: https://code.google.com/p/dart/source/detail?r=44750
Patch Set 1 #
Total comments: 8
Patch Set 2 : #Messages
Total messages: 5 (1 generated)
|