We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb269d commit 9c2db04Copy full SHA for 9c2db04
README.md
@@ -248,12 +248,6 @@ The executable is "configurable" with environment variables:
248
in 32-bit instructions
249
250
## MIR JIT compiler
251
- * Original compiler **Performance Goals** relative to GCC -O2:
252
- * 70% of generated code speed
253
- * 100 times faster compilation speed
254
- * 100 times faster start-up
255
- * 100 times smaller code size
256
- * less 15K C LOC
257
* Very short optimization pipeline for speed and light-weight
258
* Only the **most valuable** optimization usage:
259
* **function inlining**
0 commit comments