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
* gc.c: __size__ removed. use the length of __members__ instead.
[ruby-svn.git]
/
benchmark
/
bm_vm1_block.rb
blob
2dc4e72be57de1572ef19c3c29ae22f731b909ee
1
def m
2
yield
3
end
4
5
i=0
6
while i<30000000 # while loop 1
7
i+=1
8
m{
9
}
10
end