Files
sdk/pkg/compiler
Stephen Adams fd44f86cfb dart2js: Constant folding and specialization for remainder. modulo
"a.remainder(b)" can be compiled to "a % b"

"a % b" can be compiled to "a % b" in some limited circumstances.

BUG=
R=sigmund@google.com

Review-Url: https://codereview.chromium.org/2561533002 .
2017-01-05 09:58:53 -08:00
..
2016-08-31 11:04:40 +02:00
2016-11-29 09:14:09 +01:00
2016-12-01 10:44:46 +01:00