Searched defs:code_gen_max_blocks (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dexec.c104 static int code_gen_max_blocks; variable
641 code_gen_max_blocks = code_gen_buffer_size / CODE_GEN_AVG_BLOCK_SIZE;
642 tbs = qemu_malloc(code_gen_max_blocks * sizeof(TranslationBlock));
1376 if (nb_tbs >= code_gen_max_blocks ||
4543 nb_tbs, code_gen_max_blocks);

Completed in 648 milliseconds