|
|
|
|
|
by pjmlp
2113 days ago
|
|
Well, from CS compiler theory point of view it is not. For example in .NET, MSIL goes directly into a pipeline that produces native. You can easily validate that RyuJIT has no interpretation. Or for example, watchOS applications packaged with bitcode, get JIT compiled at installation time. |
|