Commit 819000a
committed
Add "src/rv32_jit.c" into repository
The file is generated by "tools/gen-jit-template.py"
To bring up the Linux Kernel to just-in-time (JIT) compilation, we need
to update the memory-related operation with the memory management unit.
However, the current "src/rv32_jit.c" was generated by the template.
That template reduced the rework for the repeated statements, but also
reduced the flexibility and the intuitiveness for bring up the new
feature. In this commit, we deprecate that template and just use a
regular file for the flexibility.1 parent aa7efae commit 819000a
3 files changed
+732
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | 262 | | |
266 | 263 | | |
267 | 264 | | |
| |||
414 | 411 | | |
415 | 412 | | |
416 | 413 | | |
417 | | - | |
| 414 | + | |
418 | 415 | | |
419 | 416 | | |
420 | 417 | | |
| |||
0 commit comments