This patch adds test to cover the logic guarded by "accurate-sample-profile" flag.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 9578 Build 9578: arc lint + arc unit
Event Timeline
Comment Actions
What happens if caller is hot, and the callee (missing profile) is unconditionally called by the caller? Will it still be treated as cold?
Comment Actions
Yes, it will be treated as cold. In practice, if the caller is hot and callsite is missing profile, it is most likely it is cold.