Skip to content

Commit

Permalink
Optimize tokenization
Browse files Browse the repository at this point in the history
  • Loading branch information
larmel committed Jul 29, 2021
1 parent ebb0326 commit ac8c693
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 232 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Each compiler is invoked with arguments `-c sqlite/sqlite3.c -o foo.o`.

| Compiler | Cycles | Instructions | Allocations | Bytes allocated | Result size |
|:---------------|--------------:|---------------:|------------:|----------------:|------------:|
| lacc | 435,673,366 | 642,262,895 | 51,467 | 26,944,883 | 1,590,482 |
| lacc | 426,826,782 | 622,119,382 | 51,467 | 26,944,883 | 1,590,482 |
| tcc (0.9.27) | 245,142,166 | 397,514,762 | 2,909 | 23,020,917 | 1,409,716 |
| gcc (9.3.0) | 9,958,514,599 | 14,524,274,665 | 1,546,790 | 1,111,331,606 | 1,098,408 |
| clang (10.0.0) | 4,351,456,211 | 5,466,808,426 | 1,434,072 | 476,529,342 | 1,116,992 |
Expand Down
Loading

0 comments on commit ac8c693

Please sign in to comment.