Comment 2 for bug 1895395

Revision history for this message
Bill Erickson (berick) wrote :

Hi, while I agree with this in theory, it will add a significant roadblock to speedy development. My dev VM is currently taking about 22 seconds to compile after each change, compared to JIT which is practically instantaneous. There will be times, especially early in the dev process for an interface, where AOT has to be disabled.

If we can force JIT via command line, it's probably fine. We may need to publicize this capability and provide some guidance on when/if to us it.

My approach thus far has been to do all development with JIT then do my final testing with AOT, fwiw.