• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Compile times increased since updating to 2.3.2

dbzierra

Member
Sometime around updating to 2.3 changes were made to the compiler that was mean to speed things up, When compiling for testing or debugging in "Windows VM" My project prior to updating would take no more than 20 seconds. Now it takes around 33 seconds and stalls for about 20 seconds on "Found Project Format 2".

- Output -
Found Project Format 2
ProjectFileWatcher:StartWatching:C:\Users\etc...
Started: 29/08/2021 12:04:10 AM
Finished: 29/08/2021 12:04:30 AM

ProjectFileWatcher takes about 20 seconds out of my 33 seconds compile time

Is there a way to get around this ProjectFileWatcher delay, or is it essential for the compiling process?

Suspected version release notes
Version 2.3.2.560 Download
Fri, 16 Apr 2021 13:02:35 Z
...
Fixes since IDE 556
...
  • Runtime 423 added a compiler optimisation to speed up texture page generation during builds
 
Top