Files
UnrealEngineUWP/Engine/Programs/ShaderCompileWorker
devin doucette f997a5d9d3 DDC: Removed use of the Boot cache from the backend graphs
Due to the prevalence of SSDs, the Boot cache no longer offers the performance benefits that it once did, and its startup cost now often cancels out its performance gains.

Additionally, there are cases where different values are being written for the same key, which is incorrect but has not been fixed; and the Boot cache ignores the second and subsequent writes, which can cause out-of-date content to be loaded from the Boot cache in a future session.

#rb Zousar.Shaker
#rnx

#ROBOMERGE-SOURCE: CL 17085965 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v853-17066230)

[CL 17085997 by devin doucette in ue5-release-engine-test branch]
2021-08-06 14:29:24 -04:00
..