repo.or.cz
/
ruby-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
* include/ruby/ruby.h (rb_intern): use rb_intern2 with strlen for
[ruby-svn.git]
/
benchmark
/
bm_vm2_eval.rb
blob
375dccc00e924628a7f894ae675c1e092a4cf478
1
i=0
2
while i<6000000 # benchmark loop 2
3
i+=1
4
eval("1")
5
end
6