The default is to use the client compiler; you can select the server compiler by specifying the -server switch when starting the JVM.
默认采用客户机编译器;在启动J VM时,您可以指定- server开关,选择服务器编译器。
2
Well, for testing purposes, you can just use ipa-test-interpreter switch in compiler Settings and it will run the same way like on the Android or the BlackBerry Tablet OS.
那么,出于测试的目的,您只需使用编译设置里的ipa - test - interpreter开关,它就会像运行在Android或BlackBerry Tablet OS上的一样。
3
The use of switch/case also enables compiler optimization by using a jump table implementation.