summaryrefslogtreecommitdiffstats
path: root/teams/wg-pgo.toml
blob: d10b4958dc605255c2d2ab9d7acb6a627eb793d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name = "wg-pgo"
subteam-of = "compiler"
wg = true

[people]
leads = ["michaelwoerister"]
members = ["michaelwoerister"]

[website]
name = "Profile-guided optimization"
description = "Implementing profile-guided optimization for rustc"
repo = "https://github.com/rust-lang/compiler-team/blob/master/working-groups/pgo"