You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
We know dynamically these blocks are rarely hit, so they should be moved out of line by block layout or put into a cold code section if we support code splitting.
The text was updated successfully, but these errors were encountered:
If the exception were to be implemented as a function, one could set addFnAttr(llvm::Attribute::Cold); which I think gives a low weight to the edges into blocks post-dominated by said function. Seems like createBranchWeights will do the job.
See TODO.
We know dynamically these blocks are rarely hit, so they should be moved out of line by block layout or put into a cold code section if we support code splitting.
The text was updated successfully, but these errors were encountered: