Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
prelude: |
class C
def set_ivars
@a = nil
@b = nil
@c = nil
end
c = C.new
benchmark:
vm_ivar_embedded_obj_init: |
c.set_ivars
loop_count: 30000000