-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
LLVM Bolt #176536
Copy link
Copy link
Closed
Labels
0.kind: packaging requestRequest for a new package to be addedRequest for a new package to be added
Metadata
Metadata
Assignees
Labels
0.kind: packaging requestRequest for a new package to be addedRequest for a new package to be added
Fields
Give feedbackNo fields configured for issues without a type.
This project should be part of the
llvmPackage_14.bintools-unwrapped, but it's missing.BOLT is a post-link optimizer developed to speed up large applications.
It achieves the improvements by optimizing application's code layout based on execution profile gathered by sampling profiler, such as Linux perf tool. An overview of the ideas implemented in BOLT along with a discussion of its potential and current results is available in CGO'19 paper.
Metadata