Skip to content

Instantly share code, notes, and snippets.

@ErikCorryGoogle
Last active January 9, 2017 09:03
Show Gist options
  • Save ErikCorryGoogle/17d8da78671fdd3f0d54d585e567bb91 to your computer and use it in GitHub Desktop.
Save ErikCorryGoogle/17d8da78671fdd3f0d54d585e567bb91 to your computer and use it in GitHub Desktop.
%class = load_class(%this)
%id = load_class_id(%class)
%offset = add 291, %id
%code = array_load(@dartino_vtable, %offset)
%method_result = call %code(%process, %16)
; We can still use “%this” here, even if there has been a GC in the call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment