Re: [jruby-dev] Java integration performance

2007-07-17 Thread Charles Oliver Nutter
Charles Oliver Nutter wrote: The odd thing about this is that there should be very little challenge in making return values quickly rubify to an appropriate type. We know the return value from a given method isn't going to change, and we know exactly how to box it or wrap it. So what's the deal

[jruby-dev] Java integration performance

2007-07-17 Thread Charles Oliver Nutter
I've been running a few tests. JI performance stinks pretty bad. Here's numbers from the existing test, which takes two byteslists via JI and appends one to the other. No new objects created, other than internally the array for the bytelist growing. And performance isn't too bad, about 2x a no

[jruby-dev] [jira] Created: (JRUBY-1216) compiler not handling x += 1 correctly for cases where x hasn't been assigned

2007-07-17 Thread Charles Oliver Nutter (JIRA)
compiler not handling x += 1 correctly for cases where x hasn't been assigned - Key: JRUBY-1216 URL: http://jira.codehaus.org/browse/JRUBY-1216 Project: JRuby Issue

[jruby-dev] Goldspike memory leak suspicion

2007-07-17 Thread Raphaël Valyi
Hi all, Since even before JRuby 1.0, My JRuby on Rails app never lasted more than 24 hours in prod env when while being browsed by Google and Yahoo bots. I investigated on this recently, and, while I'm not completely sure, it seems that JRuby (from 1.0 to head; Java 6u2; Linux 2.6.18) doesn't l

[jruby-dev] Goldspike memory leak suspicion

2007-07-17 Thread Raphaël Valyi
Hi all, Since even before JRuby 1.0, My JRuby on Rails app never lasted more than 24 hours in prod env when while being browsed by Google and Yahoo bots. I investigated on this recently, and, while I'm not completely sure, it seems that JRuby (from 1.0 to head; Java 6u2; Linux 2.6.18) doesn't l

[jruby-dev] [jira] Created: (JRUBY-1215) parsing of float different than cruby (with patch)

2007-07-17 Thread Nicolas Modrzyk (JIRA)
parsing of float different than cruby (with patch) -- Key: JRUBY-1215 URL: http://jira.codehaus.org/browse/JRUBY-1215 Project: JRuby Issue Type: Bug Components: Core Classes/Modules