jw
05/31/2017, 4:00 PMilya.gorbunov
05/31/2017, 4:12 PMjw
05/31/2017, 4:12 PMilya.gorbunov
05/31/2017, 4:14 PMalexey.tsvetkov
06/07/2017, 12:58 PMin-process
& out-of-process
do not support IC at the moment (which is not a problem for CI).
2. in theory we could try to cache in-process
isolated classloader for a build, so the compiler classes would be optimized by JIT between compiler invokations. However previously caching classloader lead to memory leak, so for now we creating a new classloader for each invocation of the compiler (I'm going to look into this later).
3. Running compiler in-process can lead to a JVM crash https://youtrack.jetbrains.com/issue/KT-17031 (there is a workaround in the issue).
// cc @jw