Mercurial > hg > Members > anatofuz > MoarVM
view src/spesh/dump.h @ 40:9b496a0c430a
merge
author | anatofuz |
---|---|
date | Tue, 27 Nov 2018 11:25:43 +0900 |
parents | 2cf249471370 |
children |
line wrap: on
line source
MVM_PUBLIC char * MVM_spesh_dump(MVMThreadContext *tc, MVMSpeshGraph *g); MVM_PUBLIC char * MVM_spesh_dump_stats(MVMThreadContext *tc, MVMStaticFrame *sf); MVM_PUBLIC char * MVM_spesh_dump_planned(MVMThreadContext *tc, MVMSpeshPlanned *p); MVM_PUBLIC char * MVM_spesh_dump_arg_guard(MVMThreadContext *tc, MVMStaticFrame *sf);