-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Consider fully replacing BBF_RUN_RARELY with the weight of 0 #48778
Copy link
Copy link
Closed
Labels
Priority:3Work that is nice to haveWork that is nice to havearea-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is mergedtenet-performancePerformance related issuePerformance related issue
Milestone
Metadata
Metadata
Assignees
Labels
Priority:3Work that is nice to haveWork that is nice to havearea-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is mergedtenet-performancePerformance related issuePerformance related issue
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done
I see that most code clearing this flag is doing the moral equivalent of the following:
Perhaps it would be feasible to avoid writing this code and just use
bbWeight == 0.0f(bbSetRunRarely/isRunRarely) everywhere instead?cc @AndyAyersMS
Edit: label addition was not intended :(.
category:cq
theme:profile-feedback