aboutsummaryrefslogtreecommitdiffstats
path: root/ujit_codegen.h
blob: a6667b01dfd7e7a2245673b104e053b7f661935e (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_insn(const rb_iseq_t *iseq, unsigned int insn_idx, unsigned int *next_ujit_idx);

void ujit_init_codegen(void);

#endif // #ifndef UJIT_CODEGEN_H