Re: [jruby-dev] Vars code has landed

2007-10-17 Thread Charles Oliver Nutter
Bill Dortch wrote: - Need fast attr reader/writer DynamicMethod classes in place of callbacks, as this is 2X slower now than direct ivar access. This should be easy enough to do...I even made the change once before but any improvement was lost in the overhead of ivar access. Also, we hadn't

Re: [jruby-dev] Vars code has landed

2007-10-16 Thread Ola Bini
Bill Dortch wrote: On 10/16/07, *Ola Bini* <[EMAIL PROTECTED] > wrote: Ok, I couldn't get this to happen again - but now I have another problem that wasn't on trunk last Thursday. This is when running a Rails application in Mongrel with production mode

Re: [jruby-dev] Vars code has landed

2007-10-16 Thread Bill Dortch
On 10/16/07, Ola Bini <[EMAIL PROTECTED]> wrote: > > > Ok, I couldn't get this to happen again - but now I have another problem > that wasn't on trunk last Thursday. This is when running a Rails > application in Mongrel with production mode. As said, it worked last week: > > This second problem mig

Re: [jruby-dev] Vars code has landed

2007-10-16 Thread Ola Bini
Bill Dortch wrote: On 10/15/07, *Ola Bini* <[EMAIL PROTECTED] > wrote: Something seems very wrong - running Petstore with console_bench and -rprofile generates a million AIOOB. Running without -rprofile works fine. Hmm, could you open a JIRA and post a st

Re: [jruby-dev] Vars code has landed

2007-10-15 Thread Nick Sieger
On 10/15/07, Ola Bini <[EMAIL PROTECTED]> wrote: > Bill Dortch wrote: > > On 10/15/07, *Ola Bini* <[EMAIL PROTECTED] > > > wrote: > > > > Something seems very wrong - running Petstore with console_bench and > > -rprofile generates a million AIOOB. Running without -

Re: [jruby-dev] Vars code has landed

2007-10-15 Thread Ola Bini
Bill Dortch wrote: On 10/15/07, *Ola Bini* <[EMAIL PROTECTED] > wrote: Something seems very wrong - running Petstore with console_bench and -rprofile generates a million AIOOB. Running without -rprofile works fine. Hmm, could you open a JIRA and post a st

Re: [jruby-dev] Vars code has landed

2007-10-15 Thread Bill Dortch
On 10/15/07, Ola Bini <[EMAIL PROTECTED]> wrote: Something seems very wrong - running Petstore with console_bench and > -rprofile generates a million AIOOB. Running without -rprofile works fine. > Hmm, could you open a JIRA and post a stack trace for the AIOOB? Thanks. -Bill

Re: [jruby-dev] Vars code has landed

2007-10-15 Thread Ola Bini
Bill Dortch wrote: The new concurrent variables code (ivars/cvars/constants/internal vars) has landed (4588). This does not include the concurrent SymbolTable, which I'll port from my vars branch in the next day or so. Highlights: - Single-threaded ivar access speed improves 30+% (as measur

[jruby-dev] Vars code has landed

2007-10-15 Thread Bill Dortch
The new concurrent variables code (ivars/cvars/constants/internal vars) has landed (4588). This does not include the concurrent SymbolTable, which I'll port from my vars branch in the next day or so. Highlights: - Single-threaded ivar access speed improves 30+% (as measured in a distilled versi