Re: [jruby-dev] Disabling ObjectSpace in 1.1

2007-10-27 Thread Charles Oliver Nutter
Dudley Flanders wrote: On Oct 28, 2007, at 12:58 AM, Charles Oliver Nutter wrote: - Do we know of anything else that needs ObjectSpace? Can we get those things patched? I think Tempfile uses ObjectSpace to define a finalizer for cleaning up the file. Finalizers would be unaffected. Perhap

Re: [jruby-dev] Disabling ObjectSpace in 1.1

2007-10-27 Thread Dudley Flanders
On Oct 28, 2007, at 12:58 AM, Charles Oliver Nutter wrote: - Do we know of anything else that needs ObjectSpace? Can we get those things patched? I think Tempfile uses ObjectSpace to define a finalizer for cleaning up the file. :dudley ---

Re: [jruby-dev] Disabling ObjectSpace in 1.1

2007-10-27 Thread Charles Oliver Nutter
Charles Oliver Nutter wrote: So, it's time to bring up this question. ObjectSpace makes JRuby so much slower, I think it's time to consider disabling it by default. For example, here's the fractal benchmark, which generates a text-based mandelbrot: With ObjectSpace: Ruby Elapsed 45.967000 Wi

[jruby-dev] Added JRuby 1.1b1 release in JIRA

2007-10-27 Thread Charles Oliver Nutter
All current 1.1 bugs are scheduled for 1.1b1 (except one Nick updated earlier). We'll try to get whatever we can done for 1.1b1 for RubyConf, but obviously most of these 134 will be post b1. - Charlie - To unsubscribe from thi

[jruby-dev] Disabling ObjectSpace in 1.1

2007-10-27 Thread Charles Oliver Nutter
So, it's time to bring up this question. ObjectSpace makes JRuby so much slower, I think it's time to consider disabling it by default. For example, here's the fractal benchmark, which generates a text-based mandelbrot: With ObjectSpace: Ruby Elapsed 45.967000 Without ObjectSpace: Ruby Elapse

[jruby-dev] [jira] Created: (JRUBY-1484) JRuby.bat -e and double-quoted string processing broken

2007-10-27 Thread Nick Sieger (JIRA)
JRuby.bat -e and double-quoted string processing broken --- Key: JRUBY-1484 URL: http://jira.codehaus.org/browse/JRUBY-1484 Project: JRuby Issue Type: Bug Reporter: Nick Sieger

Re: [jruby-dev] Move javasupport .rb files out of jar?

2007-10-27 Thread Charles Oliver Nutter
Tor Norbye wrote: But users -do- need to find out about some of the modules and methods in order to be able to actually call into Java - such as "import". Tor has a good point here... I filed an issue, 1473, to stick ":nodoc:" on anything not intended to be used by users. A simple comment lin

Re: [jruby-dev] Move javasupport .rb files out of jar?

2007-10-27 Thread Charles Oliver Nutter
Ola Bini wrote: Ah, Tor, this may be a bit tad, but about import... It's strongly deprecated. It has bad interactions with Rake. =) I'm not sure we've entirely decided to deprecate it, but the Rake thing is certainly a problem. We can't deprecate it until we decide on an official replacement.

Re: [jruby-dev] Move javasupport .rb files out of jar?

2007-10-27 Thread Ola Bini
Tor Norbye wrote: On Oct 27, 2007, at 1:46 AM, Bill Dortch wrote: On 10/26/07, *Charles Oliver Nutter* <[EMAIL PROTECTED] > wrote: What would you folks say to moving all the javasupport .rb files out of the jruby.jar file and into a directory under lib?

Re: [jruby-dev] Move javasupport .rb files out of jar?

2007-10-27 Thread Tor Norbye
On Oct 27, 2007, at 1:46 AM, Bill Dortch wrote: On 10/26/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: What would you folks say to moving all the javasupport .rb files out of the jruby.jar file and into a directory under lib? Hmm. Those files are very closely integrated with the Java

Re: [jruby-dev] Move javasupport .rb files out of jar?

2007-10-27 Thread Bill Dortch
On 10/26/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: > > What would you folks say to moving all the javasupport .rb files out of > the jruby.jar file and into a directory under lib? Hmm. Those files are very closely integrated with the Java JI implementation, and I'd be concerned about