Always check for compilation errors before you generate and run an executable program.
在生成和运行可执行程序时,始终检查是否存在编译错误。
This approach allows the program to start up more quickly, as a lengthy compilation phase is not needed before any execution can begin.
这个技术使程序能启动得更快,因为在开始执行之前,不需要冗长的编译阶段。
Because AOT compilation occurs before the program executes, the compiler can't make any assumptions about which classes have been loaded.
因为是在程序执行前进行AOT编译的,所以编译器无法预测加载了哪些类。
应用推荐