-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/go: use critical path scheduling
DO NOT REVIEW This is a straight port of Dmitry's CL 13235046. TODO: * Understand better how it works. * Assign better weights. * Convince myself that it is an improvement. Early measurements are not yet compelling, although that could be because the weights are not well-chosen. Notes on weights from the issue: link > compile run test > link Fake instant actions << everything else cgo increases weights Fixes golang#8893. Change-Id: I8fba875a9a56aed132bd6b37b607e374f336728d
- Loading branch information
Showing
2 changed files
with
54 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters