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

Reply via email to