A dynamic compiler mitigates this cost by eventually compiling all the interpreted methods that are frequently called by JIT compiled code, but without a dynamic compiler, this cost can't be hidden.
WebSphere Real Time does not currently permit the mixing of dynamic JIT compiling and precompiled code.
WebSphere Real Time 目前不允许混合使用动态 JIT 编译和预先编译的代码。
3
Increasingly, objects are "dynamic" in the sense that their structure and behavior is not captured by a static type, or at least not one that the compiler knows about when compiling your program.