summaryrefslogtreecommitdiff
path: root/ujit_codegen.h
blob: 3dc3d1bf47ba02a6349a5fbc24089e8f7183360b (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef UJIT_CODEGEN_H
#define UJIT_CODEGEN_H 1

#include "stddef.h"

uint8_t *ujit_compile_block(const rb_iseq_t *iseq, uint32_t insn_idx, bool gen_entry);

void ujit_init_codegen(void);

#endif // #ifndef UJIT_CODEGEN_H