-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
introduce @branchWeight builtin with numerical branch weights #20642
Copy link
Copy link
Closed as not planned
Labels
breakingImplementing this issue could cause existing code to no longer compile or have different behavior.Implementing this issue could cause existing code to no longer compile or have different behavior.proposalThis issue suggests language modifications. If it also has the "accepted" label then it is planned.This issue suggests language modifications. If it also has the "accepted" label then it is planned.
Milestone
Metadata
Metadata
Assignees
Labels
breakingImplementing this issue could cause existing code to no longer compile or have different behavior.Implementing this issue could cause existing code to no longer compile or have different behavior.proposalThis issue suggests language modifications. If it also has the "accepted" label then it is planned.This issue suggests language modifications. If it also has the "accepted" label then it is planned.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Originally specified at #489 (comment).
This proposal supplants:
@setColdwith@cold#5177Summary:
@branchWeightbuiltin.u32This generalizes better to
switchexpressions.This allows source code to be annotated with PGO data.