summaryrefslogtreecommitdiffstats
path: root/teams/wg-pgo.toml
blob: 927298d241b927acdb385bef0cf401b8a02e155a (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://rust-lang.github.io/compiler-team/working-groups/pgo/"