[Mono-dev] Mono / LLVM

Rodrigo Kumpera kumpera at gmail.com
Thu Jun 21 22:30:17 UTC 2012


Use regular aot with llvm enabled. FullAOT only makes sense if you can't
JIT code on the target.


On Thu, Jun 21, 2012 at 6:39 PM, Dan Shechter <dans at houmus.org> wrote:

> Rodrigo, Thanks for the comment.
> I definitely noticed this when testing it out myself.
>
> I'm looking for a way to do the LLVM as build-step on my build server so I
> don't have to re-do it on each CPU on my HPC cluster when chunking up my
> computational jobs...
>
> Is there a decent way to do this, or should I go on doing mono --llvm
> SomeProgram.exe as I'm doing now...?
>
>
> On Thu, Jun 21, 2012 at 11:39 PM, Rodrigo Kumpera <kumpera at gmail.com>wrote:
>
>> Full AOT produces worse code than with the regular JIT, so don't.
>>
>>
>> On Thu, Jun 21, 2012 at 4:56 PM, Dan Shechter <dans at houmus.org> wrote:
>>
>>> Thanks for the info Alex,
>>> I am personally more interested on x64 and possible full AOT on LLVM on
>>> x64, as I use it for an HPC scenario...
>>>
>>>
>>>
>>>
>>> On Thu, Jun 21, 2012 at 10:51 PM, Alex Rønne Petersen <
>>> xtzgzorex at gmail.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> Yes, if you want LLVM support, the way to get it is still to build
>>>> with github.com/mono/llvm/mono (that is, the mono branch, not the
>>>> master branch).
>>>>
>>>> It's certainly not abandoned; we actively maintain it, and it's used
>>>> in Xamarin's MonoTouch product.
>>>>
>>>> Regards,
>>>> Alex
>>>>
>>>> On Thu, Jun 21, 2012 at 9:22 PM, damageboy <dans at houmus.org> wrote:
>>>> > Hi,
>>>> > I just wanted to make sure that the latest mono from the master
>>>> branch is
>>>> > STILL supposed to go with the mono/llvm fork on git-hub.
>>>> > I other words... Am I doing it right?
>>>> > I the mono + llvm on x64 still a viable option (I realize it's alpha
>>>> quality
>>>> > at best, I just want to know it's not abandonware at this point of
>>>> life...)
>>>> >
>>>> > --
>>>> > View this message in context:
>>>> http://mono.1490590.n4.nabble.com/Mono-LLVM-tp4650121.html
>>>> > Sent from the Mono - Dev mailing list archive at Nabble.com.
>>>> > _______________________________________________
>>>> > Mono-devel-list mailing list
>>>> > Mono-devel-list at lists.ximian.com
>>>> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>>>
>>>
>>>
>>> _______________________________________________
>>> Mono-devel-list mailing list
>>> Mono-devel-list at lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120621/da5e0ec4/attachment.html>


More information about the Mono-devel-list mailing list