Y
Hacker News
new
|
ask
|
show
|
jobs
by
nahiluhmot
4132 days ago
I wonder if it costs less in JRuby or if JRuby's version of yield is less optimized.
1 comments
stormbrew
4132 days ago
It's probably that jruby is just much more likely to inline it either way, at which point whether it was reified or not doesn't matter, unless you call something other than .call on the Proc object.
link