summaryrefslogtreecommitdiff
path: root/benchmark/vm1_gc_wb_ary.yml
blob: 50fb4b6f844b8c2762f9e45da53a971e11d0be10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prelude: |
  short_lived_ary = []

  if RUBY_VERSION >= "2.2.0"
    GC.start(full_mark: false, immediate_mark: true, immediate_sweep: true)
  end

  short_lived = ''
benchmark:
  vm1_gc_wb_ary: |
    short_lived_ary[0] = short_lived # write barrier
loop_count: 30000000