mirror of
https://github.com/ruby/ruby.git
synced 2025-09-22 03:53:58 +02:00
Start implementing BBV primitives
This commit is contained in:
parent
f7717b1d46
commit
20f5b7426e
5 changed files with 70 additions and 27 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include "stddef.h"
|
||||
|
||||
uint8_t * ujit_compile_block(const rb_iseq_t *iseq, unsigned int insn_idx);
|
||||
uint8_t *ujit_compile_block(const rb_iseq_t *iseq, unsigned int insn_idx, bool gen_entry);
|
||||
|
||||
void ujit_init_codegen(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue