Merge: Reactivate shortcut range
authorJean Privat <jean@pryen.org>
Fri, 8 Aug 2014 17:30:18 +0000 (13:30 -0400)
committerJean Privat <jean@pryen.org>
Fri, 8 Aug 2014 17:30:18 +0000 (13:30 -0400)
Since transform.nit and the Numeric class (that renamed Discrete::succ into something else) the optimization that shortcut range was innefective.

After reactivating them, Perf increase is approx 5%.

Pull-Request: #657
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>


Trivial merge