From: nobu@... Date: 2015-01-30T08:27:24+00:00 Subject: [ruby-core:67903] [ruby-trunk - Feature #10800] [PRRF][PATCH] Make math.c twice as faster when passed Bignum Issue #10800 has been updated by Nobuyoshi Nakada. Tracker changed from Misc to Feature ---------------------------------------- Feature #10800: [PRRF][PATCH] Make math.c twice as faster when passed Bignum https://bugs.ruby-lang.org/issues/10800#change-51302 * 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/