'Is it possible to automatically translate Java bytecode to IJVM?

Is it possible to automatically translate Java bytecode to IJVM? Is there any possibility you know?



Solution 1:[1]

IJVM contains a subset of the JVM instruction set, so you could claim it is possible, theoretically, to automatically convert a set of programs that would be compiled only to that particular instruction subset.

I don't know of anything that would actually do it, though. The point of IJVM is to teach assembly, so I suppose that would be counterproductive.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Kraylog