Writing to a memory page with code present only causes code block flushes if the data changes, or if a block is currently being recompiled.

This commit is contained in:
TomW 2016-02-03 21:09:05 +00:00
commit 673d785743
4 changed files with 29 additions and 13 deletions

View file

@ -17,3 +17,5 @@ void codegen_timing_set(codegen_timing_t *timing)
codegen_timing_block_start = timing->block_start;
codegen_timing_block_end = timing->block_end;
}
int codegen_in_recompile;