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)
commitb02f32694ca53b5058cc511c42606c969203d87b
treecc405113a58935a8d8c6819b6f561400e06ee5fe
parentff48d4156f5de54106f07d3c25bb57d6f43324b7
parent5b44ff8caa05efc3f73a4c43c618f84438f1f589
Merge: Inline binops

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>