Hi MJR - The latest release of the X10 compilers and runtime is available
here:  http://x10-lang.org/software/download-x10/latest-release.html

Our Linux support is better than our windows support, so I'd suggest you
start there.

Both the managed and native compilers are in each release.  The managed
compiler is called "x10c", and the native is "x10c++".


   - Ben



From:   "Michael J. Reeves, AA, ASc" <michaeljreeves....@sbcglobal.net>
To:     David P Grove/Watson/IBM@IBMUS,
Cc:     Mailing list for users of the X10 programming language
            <x10-users@lists.sourceforge.net>
Date:   06/23/2012 05:04
Subject:        Re: [X10-users] X10: Performance and Productivity at Scale:
            Compiled or Interpreted on top of Java???



Benjamin,

THANKS for your reply.

I guess I only found the "Managed" compiler.

So, I want to find the "Native" compilers. I have one system under Windows
7 (64-bit) and another under Fedora 17 (32-bit).

I will look for the native compilers, but could you send me a link, please.

TIA.

Respectfully,

MJR

On 6/18/2012 7:16 AM, David P Grove wrote:


      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




--
------------------------------------------------

(REMOVE "NoSPAM." from REPLY address to reply)

Michael J. Reeves, AA, ASc
4231 Watrous Avenue
Sacramento, California 95842
Cell: (916) 799-2935
Registered with: Do Not Call Registry
E-Mail: michaeljreeves....@sbcglobal.net

------------------------------------------------

Artificial Intelligence beats real Stupidity!!!

SUCCESS is built on taking risk and weathering through the failures...

I have no SPAM. I don't give a SPAM.
I take no SPAM from anyone. I am NOT in the SPAM business!!!

There are NO OBSTACLES, only CHALLENGES to CONQUER...

NO PARADOXES, only ILLUSIONS...
------------------------------------------------------------------------------

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

<<inline: graycol.gif>>

------------------------------------------------------------------------------
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