That be the loop.  You should be able to simulate the Benchmark measure
method just fine manually through ir, just cant require 'benchmark' :/

On Fri, Jun 13, 2008 at 11:22 PM, Jim Deville <[EMAIL PROTECTED]>
wrote:

> That appears to be related to the but that was hitting us in compiling. Is
> the particular loop the for( ; ; ) loop?
>
> For the shootout, I'm involved in the discussions and I will be running
> their script against our stuff to give feedback, so I'll keep an eye on
> that.
>
> JD
> ________________________________________
> From: [EMAIL PROTECTED] [
> [EMAIL PROTECTED] On Behalf Of Michael Letterle [
> [EMAIL PROTECTED]
> Sent: Friday, June 13, 2008 8:11 PM
> To: ironruby-core@rubyforge.org
> Subject: [Ironruby-core] Strange issue with Process.times
>
> Check this out....
>
>
> >>> Process.times
> => #<struct Struct::Tms utime=1.46875, stime=0.15625, cutime=0, cstime=0>
> >>> require 'test'
> => true
> >>> Process.times
>
> [hangs]
>
>
> As soon as you require a file (test.rb above was blank)  you get stuck in
> an infinite loop on UpdateAndExecute.  Specifically the last loop (// Miss
> on Level 0, 1 and 2 caches. Create new rule), from what I can tell mm.Match
> is false you keep looping until its true.  This keeps Benchmark from
> running, so it'll be tough for that shootout to happen at the end of the
> month until fixed.
>
> Any ideas?
>
> --
> Michael Letterle
> [Polymath Prokrammer]
> http://blog.prokrams.com
>
> _______________________________________________
> Ironruby-core mailing list
> Ironruby-core@rubyforge.org
> http://rubyforge.org/mailman/listinfo/ironruby-core
>



-- 
Michael Letterle
[Polymath Prokrammer]
http://blog.prokrams.com
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to