Cies
08/09/2023, 11:55 AMallWarningsAsErrors
flag is on and needs to be on, this prevents me from really moving this fwd to production (just to test it). Also the compilation speed seems to be slower than for the old compiler, 3m05s to 3:29s, but i always find it hard to measure compile speed given all layers in the solution do caching and my system could also be using more resources and skew the results. use-fast-jar-file-system
makes things some 10s of seconds slower (in a very small "n" benchmark). Our codebase has a lot of kotlinx-html templates that make use of the kotlin's eDSL feature (not sure that's the reason, but could explain the difference compared to measurements in other code bases).semoro
08/11/2023, 10:50 AMCies
08/14/2023, 9:08 AMsemoro
08/15/2023, 9:54 AMfast-jar fs
performs worse than original implementation.
Also, it is interesting to see lines per second / total lines values for your build.Cies
08/16/2023, 8:55 AMuse-fast-jar-file-system
enabled. right?semoro
08/17/2023, 2:57 PMCies
08/23/2023, 11:49 AM