Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions vlib/v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ source to binary uses no external tools.
| type checker | 974 |
| universe | 97 |
| scopes | 34 |
| C gen (AST) | 669 |
| SSA IR+build | 1,510 |
| SSA optimize | 474 |
| ARM64 gen | 873 |
Expand All @@ -138,7 +137,7 @@ source to binary uses no external tools.
| scanner | 593 |
| token | 338 |
| bench | 81 |
| **total** | **~18,300** |
| **total** | **~16,300** |

## Performance

Expand Down
Loading
Loading