view src/jit/log.h @ 0:2cf249471370

convert mercurial for git
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 08 May 2018 16:09:12 +0900
parents
children
line wrap: on
line source

void MVM_jit_log(MVMThreadContext *tc, const char *fmt, ...) MVM_FORMAT(printf, 2, 3);
void MVM_jit_log_bytecode(MVMThreadContext *tc, MVMJitCode *code);
void MVM_jit_log_expr_tree(MVMThreadContext *tc, MVMJitExprTree *tree);
void MVM_jit_log_tile_list(MVMThreadContext *tc, MVMJitTileList *list);