JavaFX port to iOS/Android status

Tom Schindl tom.schindl at bestsolution.at
Sun Apr 21 12:28:05 PDT 2013


Just to this clear I don't see anywhere in the linked stackoverflow 
stuff that JITing is allowed. My last info is that interpreters are NOT 
allowed to create executable code.

Tom

On 21.04.13 21:23, Tom Schindl wrote:
> Interpreters are but they are not allowed to JIT which is probably
> necessary to get acceptable speed for some part of JavaFX.
>
> Tom
>
> On 21.04.13 20:52, Dennis Franken wrote:
>> AFAIK interpreter and JITs are explicitly allowed since end of 2011 for
>> iOS, AS LONG as they don't download code (And don't circumvent apple's
>> 30% for app distribution)
>> http://stackoverflow.com/questions/4891642/interpreter-for-the-iphone
>>
>> Maybe worth looking into llvm vmkit too?
>> BTW why couldn't the openJRE VM be ported to ios? It runs on arm already?
>>
>> Kind regards,
>> Dennis Franken
>> --
>> Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail
>> gesendet.
>



More information about the openjfx-dev mailing list