Skip to content

Commit 8520724

Browse files
authored
v3: fix cmd/v compilation path (vlang#27519)
1 parent 3e87a3e commit 8520724

35 files changed

Lines changed: 3097 additions & 2566 deletions

vlib/v3/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ source to binary uses no external tools.
123123
| type checker | 974 |
124124
| universe | 97 |
125125
| scopes | 34 |
126-
| C gen (AST) | 669 |
127126
| SSA IR+build | 1,510 |
128127
| SSA optimize | 474 |
129128
| ARM64 gen | 873 |
@@ -138,7 +137,7 @@ source to binary uses no external tools.
138137
| scanner | 593 |
139138
| token | 338 |
140139
| bench | 81 |
141-
| **total** | **~18,300** |
140+
| **total** | **~16,300** |
142141

143142
## Performance
144143

0 commit comments

Comments
 (0)