Skip to content

Commit 9c2db04

Browse files
committed
Remove original goals in README.
1 parent 5fb269d commit 9c2db04

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -248,12 +248,6 @@ The executable is "configurable" with environment variables:
248248
in 32-bit instructions
249249

250250
## 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
257251
* Very short optimization pipeline for speed and light-weight
258252
* Only the **most valuable** optimization usage:
259253
* **function inlining**

0 commit comments

Comments
 (0)