bm_vm1_not.rb   [plain text]


i = 0
obj = Object.new

while i<30_000_000 # while loop 1
  i += 1
  !obj
end