| 1188 | } |
| 1189 | #if MGB_ENABLE_FASTRUN |
| 1190 | else if (opr_strategy & ExecutionStrategy::PROFILE) { |
| 1191 | return helper.choose_by_profile(opr_strategy, true); |
| 1192 | } |
| 1193 | #endif |
| 1194 | else { |
| 1195 | mgb_throw(InternalError, "bad ExecutionPolicy strategy"); |
no outgoing calls
no test coverage detected