mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fast.v fixes
This commit is contained in:
@@ -38,7 +38,6 @@ td {
|
||||
<h2>Is V still fast?</h2>
|
||||
|
||||
Monitoring compilation speed for each commit. <br><br>
|
||||
Running on a 2014 MacBook Pro. <br><br>
|
||||
Source code: <a target=blank href='https://github.com/vlang/v/blob/master/tools/fast/fast.v'>fast.v</a> <br><br>
|
||||
|
||||
<table>
|
||||
@@ -48,6 +47,6 @@ Source code: <a target=blank href='https://github.com/vlang/v/blob/master/tools/
|
||||
<td style='width:400px'></td>
|
||||
<td style='width:120px'>v -o v.c</td>
|
||||
<td style='width:120px'>v -o v</td>
|
||||
<td style='width:120px'>v -o v -fast</td>
|
||||
<td style='width:130px'>v -x64 1mil.v</td>
|
||||
<td style='width:120px'>v hello.v</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user