likely incremental/lazy compilation -- it reuses the output of previous compilations if the file wasn't changed
m
Monroe Walker
07/05/2022, 10:28 PM
But I'm only ever changing a single string in a single file and still seeing the variation in compilation time
Monroe Walker
07/05/2022, 10:29 PM
And this is also happening if I just keep attempting the recompilation back to back. Change the file, recompile, check the execution time, repeat.. It'll be 1.9 second one time, 7 seconds another, 3 seconds another..