mirror of https://github.com/inolen/redream.git
increase ir buffer size
This commit is contained in:
parent
8cc9ca2d09
commit
3783cb4123
|
@ -105,7 +105,7 @@ struct jit {
|
|||
struct ra *ra;
|
||||
|
||||
/* scratch compilation buffer */
|
||||
uint8_t ir_buffer[1024 * 1024];
|
||||
uint8_t ir_buffer[1024 * 1024 * 2];
|
||||
|
||||
/* compiled blocks */
|
||||
struct rb_tree blocks;
|
||||
|
|
Loading…
Reference in New Issue