]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: unleash bootstrap optimization for windows
authorMarvin Stenger <marvin.stenger94@gmail.com>
Sun, 3 Sep 2017 18:01:00 +0000 (20:01 +0200)
committerIan Lance Taylor <iant@golang.org>
Sat, 9 Sep 2017 10:13:46 +0000 (10:13 +0000)
commitfe2f5090841a03abcac3ec87abd0a60d83023e14
treebbad34e2835a84e53ac78fc1b1cd10cd73eea51b
parentb57413d9ca3c6ff082758ab0e6aad484b824dc55
cmd/dist: unleash bootstrap optimization for windows

This belongs to a series of clean-up changes (see below) for cmd/dist.
This is change (3).

These changes include:
(1)  apply minor fixes
(2)  restore behavior of branchtag
(3)  unleash bootstrap optimization for windows
(4)  use standard generated code header
(5)  remove trivial variables + functions
(6)  move functions for the better
(7)  simplify code segments
(8)  use bytes.Buffer for code generation
(9)  rename variables + functions
(10) remove doc.go

Change-Id: I7612bbc3939e6fca3bee4b8e92c528178dd46cd7
Reviewed-on: https://go-review.googlesource.com/61023
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/dist/buildtool.go