From: Marvin Stenger Date: Sun, 3 Sep 2017 18:01:00 +0000 (+0200) Subject: cmd/dist: unleash bootstrap optimization for windows X-Git-Tag: go1.10beta1~1180 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fe2f5090841a03abcac3ec87abd0a60d83023e14;p=gostls13.git 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 Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- diff --git a/src/cmd/dist/buildtool.go b/src/cmd/dist/buildtool.go index 8a3db32ad3..77cf41a3eb 100644 --- a/src/cmd/dist/buildtool.go +++ b/src/cmd/dist/buildtool.go @@ -190,7 +190,7 @@ func bootstrapBuildTools() { xprintf("\n") } -var ssaRewriteFileSubstring = filepath.ToSlash("src/cmd/compile/internal/ssa/rewrite") +var ssaRewriteFileSubstring = filepath.FromSlash("src/cmd/compile/internal/ssa/rewrite") // isUnneededSSARewriteFile reports whether srcFile is a // src/cmd/compile/internal/ssa/rewriteARCHNAME.go file for an