Skip to content

Commit

Permalink
tools/fast: use prealloc
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed May 5, 2021
1 parent 4e6a19b commit fc801fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tools/fast/fast.v
Expand Up @@ -37,7 +37,7 @@ fn main() {
// println('Checking out ${commit}...')
// exec('git checkout $commit')
println(' Building vprod...')
exec('v -o $vdir/vprod -prod $vdir/cmd/v')
exec('v -o $vdir/vprod -prod -prealloc $vdir/cmd/v')
// exec('v -o $vdir/vprod $vdir/cmd/v') // for faster debugging
diff1 := measure('$vdir/vprod -cc clang -o v.c -show-timings $vdir/cmd/v', 'v.c')
mut tcc_path := 'tcc'
Expand Down

0 comments on commit fc801fd

Please sign in to comment.