[Mono-dev] C# to x86 assembly code?

Kornél Pál kornelpal at gmail.com
Mon Sep 18 15:11:57 EDT 2006


The problem is that C# code relies on the metadata that's why you need a 
runtime.

So if you need a really standalone program you should use C without calling 
libc. :) (Or pure assembly.)

Kornél

----- Original Message ----- 
From: "Marcos Cobeña" <marcoscobena at gmail.com>
To: "Rafael Teixeira" <monoman at gmail.com>
Cc: <mono-devel-list at lists.ximian.com>; "Auge Mike" 
<tobe_better at hotmail.com>
Sent: Monday, September 18, 2006 9:07 PM
Subject: Re: [Mono-dev] C# to x86 assembly code?


> Thanks, forgot it! :-)
>
> 2006/9/18, Rafael Teixeira <monoman at gmail.com>:
>> But to complete the picture, it will still need the Mono runtime.
>>
>> :)
>>
>> On 9/18/06, Marcos Cobeña <marcoscobena at gmail.com> wrote:
>> > Hi Auge,
>> >
>> > You can currently use Mono AOT compilation (Ahead-Of-Time; "mono
>> > --aot" I think) in order to get a precompiled binary, It'll cause your
>> > application to run faster, between some other things.
>> >
>> > Hope this helps.
>> >
>> > Regards,
>> >
>> > 2006/9/18, Auge Mike <tobe_better at hotmail.com>:
>> > > Hi all,
>> > >
>> > > I want to know if there is a tool to compile a C# program into a x86
>> > > assembly code?
>> > >
>> > > Thanx in advance,
>> > >
>> > >
>> > > _______________________________________________
>> > > Mono-devel-list mailing list
>> > > Mono-devel-list at lists.ximian.com
>> > > http://lists.ximian.com/mailman/listinfo/mono-devel-list
>> > >
>> >
>> >
>> > --
>> > Marcos - http://www.youcannoteatbits.org
>> > _______________________________________________
>> > Mono-devel-list mailing list
>> > Mono-devel-list at lists.ximian.com
>> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
>> >
>>
>>
>> --
>> Rafael "Monoman" Teixeira
>> ---------------------------------------
>> "The reasonable man adapts himself to the world; the unreasonable one
>> persists in trying to adapt the world to himself. Therefore all
>> progress depends on the unreasonable man." George Bernard Shaw
>>
>
>
> -- 
> Marcos - http://www.youcannoteatbits.org
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 




More information about the Mono-devel-list mailing list