[jruby-dev] [jira] Created: (JRUBY-2105) Method and UnboundMethod do not strictly behave like in MRI

2008-02-11 Thread Daniel Luz (JIRA)
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

[jruby-dev] BigDecimal support

2008-02-11 Thread Jack Boespflug
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

Re: [jruby-dev] MaxInlineSize revisited

2008-02-11 Thread Thomas E Enebo
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

[jruby-dev] Re: JRuby speed on Windows?

2008-02-11 Thread Johan Holmberg
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. [...] >

[jruby-dev] JRuby speed on Windows?

2008-02-11 Thread Johan Holmberg
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

[jruby-dev] [jira] Created: (JRUBY-2104) 7 rubyspecs failures for $~ due to recent changes

2008-02-11 Thread Vladimir Sizikov (JIRA)
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