We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc9828 commit 6f2c7f0Copy full SHA for 6f2c7f0
src/jit.h
@@ -57,7 +57,7 @@ typedef void (*exec_t2c_func_t)(riscv_t *);
57
#if RV32_HAS(JIT_CACHE)
58
/* The jit-cache records the program counters and the entries of executable
59
* instructions generated by T2C. Like hardware cache, the old jit-cache will be
60
- * overridden by the new one which uses the same slot.
+ * replaced by the new one which uses the same slot.
61
*/
62
#define MAX_JIT_CACHE_TABLE_ENTRIES (1 << 12)
63
0 commit comments