DEBSOURCES
Skip Quicknav
sources / ruby2.1 / 2.1.5-2 / benchmark / bm_vm1_swap.rb
12345678
a = 1 b = 2 i = 0 while i<30_000_000 # while loop 1 i += 1 a, b = b, a end