From 6164274c76d31bc447a92c59c8d277670a93f229 Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert Date: Fri, 9 Apr 2021 11:44:35 -0400 Subject: Re-enable local type tracking, until first call --- yjit_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'yjit_core.h') diff --git a/yjit_core.h b/yjit_core.h index ab849b9414..2297caebcd 100644 --- a/yjit_core.h +++ b/yjit_core.h @@ -240,6 +240,7 @@ x86opnd_t ctx_stack_opnd(ctx_t* ctx, int32_t idx); val_type_t ctx_get_opnd_type(const ctx_t* ctx, insn_opnd_t opnd); void ctx_set_opnd_type(ctx_t* ctx, insn_opnd_t opnd, val_type_t type); void ctx_set_local_type(ctx_t* ctx, size_t idx, val_type_t type); +void ctx_clear_local_types(ctx_t* ctx); int ctx_diff(const ctx_t* src, const ctx_t* dst); block_t* find_block_version(blockid_t blockid, const ctx_t* ctx); -- cgit v1.2.3