Files
sdk/pkg/fixnum
sra@google.com 30366cf249 Int64 tweaks for type inference
We can cause _l, _m and _h to be inferred by dart2js as a non-negative 31-bit int which leads to better code for shifts.

R=floitsch@google.com

Review URL: https://codereview.chromium.org//404453002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38680 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-29 16:51:13 +00:00
..
2014-07-29 16:51:13 +00:00
2014-01-13 18:07:45 +00:00
2013-08-14 18:30:55 +00:00

fixnum

A fixed-size integer library for Dart.


The fixnum package provides data types for signed 32- and 64-bit integers. The integer implementations in this library are designed to work identically whether executed on the Dart VM or compiled to JavaScript.

Installing

Use pub to install this package. Add the following to your pubspec.yaml file:

dependencies:
  fixnum: any

Then run pub install.

For more information, see the fixnum package on pub.dartlang.org.