1
0
mirror of https://github.com/golang/go synced 2024-11-17 21:04:43 -07:00
go/src
Josh Bleecher Snyder 44a0681ae4 cmd/compile: add a dowidth call to convas
This dowidth currently happens during AST to SSA conversion.
As such, it is a concurrency pinch point.
It's a bit silly, but do it here in walk instead.
This appears (fingers crossed) to be the last
unresolved dowidth concurrency problem.

Updates #15756

Change-Id: I87cbf718a14ad21aca74586003d79320cca75953
Reviewed-on: https://go-review.googlesource.com/39994
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-04-07 22:00:54 +00:00
..
archive
bufio
builtin
bytes strings: optimize Count for amd64 2017-04-07 14:25:13 +00:00
cmd cmd/compile: add a dowidth call to convas 2017-04-07 22:00:54 +00:00
compress
container
context all: fix minor misspellings 2017-04-03 23:19:07 +00:00
crypto
database/sql database/sql: support scanning into user defined string types 2017-03-31 05:02:02 +00:00
debug
encoding encoding/pem: yet another fuzz fake failure 2017-04-03 18:46:56 +00:00
errors
expvar
flag
fmt
go all: fix minor misspellings 2017-04-03 23:19:07 +00:00
hash all: fix minor misspellings 2017-04-03 23:19:07 +00:00
html
image
index/suffixarray
internal
io
log
math all: fix minor misspellings 2017-04-03 23:19:07 +00:00
mime mime/multipart: add Size to FileHeader 2017-04-01 10:04:56 +00:00
net net/http: add tests for http2 Server WriteTimeout enforcement per stream 2017-04-06 19:52:20 +00:00
os all: fix minor misspellings 2017-04-03 23:19:07 +00:00
path path/filepath: add test to walk symlink 2017-04-05 02:31:45 +00:00
plugin
reflect reflect: add MakeMapWithSize for creating maps with size hint 2017-04-04 20:01:43 +00:00
regexp regexp: document that Longest method is not concurrent-safe 2017-04-07 21:12:11 +00:00
runtime strings: optimize Count for amd64 2017-04-07 14:25:13 +00:00
sort
strconv
strings strings: optimize Count for amd64 2017-04-07 14:25:13 +00:00
sync
syscall syscall: mark WSAECONNABORTED, WSAECONNRESET as temporary network errors 2017-04-07 04:46:42 +00:00
testing testing/quick: use Uint64 instead of Int63 2017-04-05 14:03:03 +00:00
text text/template: fix handling of empty blocks 2017-04-04 15:46:02 +00:00
time testing/quick: generate all possible int64, uint64 values 2017-04-03 14:01:25 +00:00
unicode
unsafe
vendor/golang_org/x
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc