From: mail@... Date: 2015-01-30T01:45:13+00:00 Subject: [ruby-core:67893] [ruby-trunk - Misc #10800] [PRRF][PATCH] Make math.c twice as faster when passed Bignum Issue #10800 has been updated by gogo tanaka. File fix_indent_for_MISC_10800.patch added Hi, I just fix indent my patch "introduce_num2dbl_with_to_f_func.patch". If you prefer merge it to one patch, please feel free to let me know. (I can't remove assets uploaded, so I upload patch separately to avoid making you confused) thanks. ---------------------------------------- Misc #10800: [PRRF][PATCH] Make math.c twice as faster when passed Bignum https://bugs.ruby-lang.org/issues/10800#change-51292 * Author: gogo tanaka * Status: Open * Priority: Normal * Assignee: ---------------------------------------- This ticket is continued from [Feature 10785](https://bugs.ruby-lang.org/issues/10785) My patch last time is only for Fixnum, but now I'd like to do same thing for Bignum without loosing others performance. And this time I follow [r49434](https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/49434) not to ignore redefinition of Integer#to_f ;) thanks. ---Files-------------------------------- introduce_num2dbl_with_to_f_func.patch (7.38 KB) fix_indent_for_MISC_10800.patch (683 Bytes) -- https://bugs.ruby-lang.org/