for instance, if you’ve tried the new algorithm for type inference, that’s a part of the new compiler
and it was said that new compiler should drastically improve build time 🤔
e
eskatos
12/10/2019, 8:29 AM
IIUC, most of the speed improvements of the ‘new compiler’ won’t be part of the first 1.4
eskatos
12/10/2019, 8:30 AM
See the “Not in 1.4”
g
gildor
12/11/2019, 1:20 AM
There are 2 parts of new compiler: backend and frontend
Backend is close to be a part of 1.4 and new type inference also will be available with new backend
New backend and new type interence will not make compilation faster, most probably opposite.
New frontend is what can make it significantly faster, but it on early stage and will not be ready by 1.4 release
👍 2
t
tapchicoma
12/11/2019, 10:35 AM
need to run gradle-profiler with new inference enabled to see how it affects build time 🤔