From: mail@... Date: 2015-01-29T21:32:58+00:00 Subject: [ruby-core:67889] [ruby-trunk - Misc #10800] [Open] [PRRF][PATCH] Make math.c twice as faster when passed Bignum Issue #10800 has been reported by gogo tanaka. ---------------------------------------- Misc #10800: [PRRF][PATCH] Make math.c twice as faster when passed Bignum https://bugs.ruby-lang.org/issues/10800 * 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. -- https://bugs.ruby-lang.org/