Benjamin W Herta/Fishkill/IBM@IBMUS wrote on 06/17/2012 04:52:24 PM:
>
> This is an enquiry email via http://x10-lang.org/ from:
> MICHAEL J. REEVES <michaeljreeves....@sbcglobal.net>
>
> I am researching x10 to add to my programming languages. BUT it
> appears that x10 is built with and runs on top of the jvm?
>
> As such, it appears that compiled x10 is Java Byte
> Code? and not a stand-alone executable?
>
> That seems to defeat the purpose of a HPCS.
>
> Is there an actual x10 compiler system to create stand-alone
> executables for any platforms?
>

Hi,

        We have two backend compilers for X10.  One of them (Managed X10)
compiles X10 to Java to run on the JVM.  The other one (Native X10)
compiles X10 to C++ and thus produces native executables by using the
platform C++ compilers. Using Native X10, you can produce an executable
from an X10 program for a wide range of platforms (to the first
approximation, any platform that has g++).

--dave
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to