Files
UnrealEngineUWP/Engine/Source/Programs/UnrealBuildTool
stefan boberg 5e02f50bc3 ParallelExecutor scheduling tweak to make ispc jobs execute early
ispc jobs tend to run long so getting them out of the way quickly helps prevents ispc from making the build longer than necessary

The logic is pretty crude (it checks to see if the StatusDecription ends with .ispc) but works for now -- perhaps we can implement a cleaner prioritization mechanism later

#rb ben.marsh
#ushell-cherrypick of 13063841 by Stefan.Boberg

#ROBOMERGE-SOURCE: CL 13128879 via CL 13128997 via CL 13129022 via CL 13129066
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v687-13115495)

[CL 13129108 by stefan boberg in Main branch]
2020-04-30 16:12:03 -04:00
..