-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Make BOLT as stable feature #101525
Copy link
Copy link
Open
Labels
buildThe build process and cross-buildThe build process and cross-buildperformancePerformance or resource usagePerformance or resource usagetype-featureA feature request or enhancementA feature request or enhancement
Metadata
Metadata
Assignees
Labels
buildThe build process and cross-buildThe build process and cross-buildperformancePerformance or resource usagePerformance or resource usagetype-featureA feature request or enhancementA feature request or enhancement
Using a BOLT still not guarantee the unexpected behavior changes.
For example, I observed that #53093 is raised if the binary is optimized by BOLT.
We can reduce several too aggressive optimization.
make testto work correctly (Should skip the BOLT phase if the binary is already BOLTed)cc @aaupov
Linked PRs