Skip to content

Instantly share code, notes, and snippets.

@jruby
Created March 23, 2009 00:09
Show Gist options
  • Save jruby/83344 to your computer and use it in GitHub Desktop.
Save jruby/83344 to your computer and use it in GitHub Desktop.
ALOAD 0
INVOKEVIRTUAL ruby/__dash_e__.getCallSite0 ()Lorg/jruby/runtime/CallSite;
CHECKCAST org/jruby/runtime/callsite/CachingCallSite
ALOAD 1
ALOAD 11
INVOKESTATIC org/jruby/runtime/callsite/CachingCallSite.getMethod (Lorg/jruby/runtime/callsite/CachingCallSite;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;)Lorg/jruby/internal/runtime/methods/DynamicMethod;
ALOAD 1
ALOAD 2
ALOAD 11
LDC "foo"
ALOAD 6
INVOKESTATIC org/jruby/RubyFixnum.one (Lorg/jruby/Ruby;)Lorg/jruby/RubyFixnum;
ALOAD 6
INVOKESTATIC org/jruby/RubyFixnum.two (Lorg/jruby/Ruby;)Lorg/jruby/RubyFixnum;
INVOKEVIRTUAL org/jruby/internal/runtime/methods/DynamicMethod.call (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
ALOAD 0
INVOKEVIRTUAL ruby/__dash_e__.getCallSite0 ()Lorg/jruby/runtime/CallSite;
CHECKCAST org/jruby/runtime/callsite/CachingCallSite
ALOAD 1
ALOAD 6
INVOKESTATIC org/jruby/RubyFixnum.one (Lorg/jruby/Ruby;)Lorg/jruby/RubyFixnum;
ASTORE 12
ALOAD 12
INVOKEINTERFACE org/jruby/runtime/builtin/IRubyObject.getMetaClass ()Lorg/jruby/RubyClass;
ASTORE 13
ALOAD 13
INVOKESTATIC org/jruby/runtime/callsite/CachingCallSite.getMethod (Lorg/jruby/runtime/callsite/CachingCallSite;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;)Lorg/jruby/internal/runtime/methods/DynamicMethod;
ALOAD 1
ALOAD 12
ALOAD 13
LDC "foo"
ALOAD 6
INVOKESTATIC org/jruby/RubyFixnum.one (Lorg/jruby/Ruby;)Lorg/jruby/RubyFixnum;
ALOAD 6
INVOKESTATIC org/jruby/RubyFixnum.two (Lorg/jruby/Ruby;)Lorg/jruby/RubyFixnum;
INVOKEVIRTUAL org/jruby/internal/runtime/methods/DynamicMethod.call (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment