Method and UnboundMethod do not strictly behave like in MRI
---
Key: JRUBY-2105
URL: http://jira.codehaus.org/browse/JRUBY-2105
Project: JRuby
Issue Type: Bug
Components: Core
I have seen a few threads regarding this, but am still unsure how to
implement the BigDecimal classes. Is automatic type conversion built in to
JRuby, or are there other procedures necessary to convert the ruby
BigDecimal to java BigDecimal?
Am currently using JRuby 1.0.3.
Thanks,
Jack
Wow, that is quite an improvement.
I wonder if we can identify any methods which can be broken up into
smaller methods which would yield similiar results without needing to
tweak this as much. Having perused some libraries in openJDK it is
pretty clear that lots of small to tiny methods are prefe
On Feb 11, 2008 1:15 PM, Johan Holmberg <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I wrote a little ruby script to measure Ruby/JRuby performance in
> different interpreters/platforms: a script to compute the N:th prime.
> I guessed that it should run almost equally fast on Windows and
> Linux.
[...]
>
Hi!
I wrote a little ruby script to measure Ruby/JRuby performance in
different interpreters/platforms: a script to compute the N:th prime.
I guessed that it should run almost equally fast on Windows and
Linux. But to my surprise there was a big difference. The same
computation with JRuby (the 10
7 rubyspecs failures for $~ due to recent changes
-
Key: JRUBY-2104
URL: http://jira.codehaus.org/browse/JRUBY-2104
Project: JRuby
Issue Type: Bug
Components: Core Classes/Modules