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
* transcode_data.h (rb_transcoder): add resetstate_func field for
[ruby-svn.git]
/
benchmark
/
bm_vm2_case.rb
blob
1ec34ad692545f7596e816888460b0067b3637a6
1
i=0
2
while i<6000000 # while loop 2
3
case :foo
4
when :bar
5
raise
6
when :baz
7
raise
8
when :boo
9
raise
10
when :foo
11
i+=1
12
end
13
end
14