mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 14:32:24 +00:00
6ab9b2ceb2
Several small pieces fit together to improve calendar arithmetic code in a customer's app. 1. Mark DateTime primitives that return small integers as returning uint31. 2. uint31 + uint31 -> uint32 in type inference. 3. uint32 / N can be generated as (uint32 / N) | 0 when N >= 2. R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=45621 Review URL: https://codereview.chromium.org//1106443003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45625 260f80e4-7a28-3924-810f-c04153c831b5 |
||
---|---|---|
.. | ||
_blink/dartium | ||
_chrome | ||
_internal | ||
async | ||
collection | ||
convert | ||
core | ||
debugger | ||
html | ||
indexed_db | ||
internal | ||
io | ||
isolate | ||
js | ||
math | ||
mirrors | ||
profiler | ||
svg | ||
typed_data | ||
web_audio | ||
web_gl | ||
web_sql |