Merge: Inline binops
authorJean Privat <jean@pryen.org>
Wed, 9 Dec 2015 03:51:04 +0000 (22:51 -0500)
committerJean Privat <jean@pryen.org>
Wed, 9 Dec 2015 03:51:04 +0000 (22:51 -0500)
This PR re-introduces several binary operations implemented as intern to avoid indirection through FFI in some specific cases to improve performance notably in `core/text/native`

Also a style change for `abs` which could easily be inlined and burned by eyes when I saw it, I can remove the commit if someone objects to the modification

Pull-Request: #1881
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>


Trivial merge