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
@d = nil
@e = nil
end
c = C.new
benchmark:
vm_ivar_extended_obj_init: |
c.set_ivars
loop_count: 30000000