| commit | 8a9ac1b8064014c8bab32a509a3214b09beeb8a8 | [log] [tgz] |
|---|---|---|
| author | Alan Donovan <adonovan@google.com> | Thu Apr 02 13:05:03 2015 -0400 |
| committer | Alan Donovan <adonovan@google.com> | Mon Apr 06 15:15:05 2015 +0000 |
| tree | 7c8d8b08a66b577188e0763c75206220f878bf96 | |
| parent | a18bb1d557dac8d19062dd0240b44ab09cfa14fd [diff] |
go/loader: limit concurrency of I/O operations during parsing This is a putative fix for the file descriptor exhaustion problem described in https://github.com/golang/go/issues/10306. Change-Id: If603fb9bbaec1b53f6b44d15b2c202e4670035ce Reviewed-on: https://go-review.googlesource.com/8421 Reviewed-by: Matt Joiner <anacrolix@gmail.com> Reviewed-by: David Crawshaw <crawshaw@golang.org>