Skip to content

Instantly share code, notes, and snippets.

@timo
Last active May 19, 2017 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save timo/e7f7088cd82e2f7322b474fe59d10a84 to your computer and use it in GitHub Desktop.
Save timo/e7f7088cd82e2f7322b474fe59d10a84 to your computer and use it in GitHub Desktop.
"no inbound edge"
(template: gethow
(let: (($how (^getf (^stable $1) MVMSTable HOW)))
(if (nz $how)
$how
(call (^func MVM_6model_get_how)
(arglist 2 (carg (tc) ptr)
(carg (^stable $1) ptr))
ptr_sz))))
(template: iter
(call (^func MVM_iter)
(arglist 2
(carg (tc) ptr)
(carg $1 ptr))
ptr_sz))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment