Re: Three way to perform JIT compilation

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Daniel Moth (dmoth74_at_hotmail.com)
Date: 01/09/05


Date: Sun, 9 Jan 2005 16:25:49 -0000


> Is there any hope that it will change in future?
Not with CF 2.0 but for the future there is hope according to this MSFT
quote:

" Pre-JIT compiled code is not feasible on the device currently because
there is limited storage and native code is approximately 3 times the size
of MSIL. As storage becomes more prevalent, we will need to reconsider if we
can persist JIT compiled code on the device. "
Scott Holden -
http://blogs.msdn.com/scottholden/archive/2005/01/05/346770.aspx

Cheers
Daniel

--
http://www.danielmoth.com/Blog/
"Michal Rizek" <MichalRizek@discussions.microsoft.com> wrote in message 
news:AF6215DF-6FF4-4CD7-AF06-A9638021A8FE@microsoft.com...
> On full .NET Framework IL code can be compiled:
> - per method
> - on startup (whole assembly is compiled to natice code on PE execution)
> - before installing program (using ngen tool)
>
> As written on page you referenced, only JIT per method is now supported.
> Is there any hope that it will change in future?
>
>
> "Daniel Moth" wrote:
>
>> What 3 possibilities are you talking about?
>>
>> Your CF app will have its methods JITted at a per method basis. For more 
>> on
>> the CF JIT see here:
>> http://www.danielmoth.com/Blog/2004/12/jit.html
>>
>> If you have a specific question feel free to post it
>>
>> Cheers
>> Daniel
>> --
>> http://www.danielmoth.com/Blog/
>>
>>
>> "Michal Rizek" <MichalRizek@discussions.microsoft.com> wrote in message
>> news:CD5C10DF-D39F-4004-B04D-30B7C92B66CC@microsoft.com...
>> > Hi,
>> > as i read in .NET docs, there are three possibilities when to perform 
>> > JIT,
>> > but i can't find how make it. How? Does Visual Studio support JIT at
>> > program
>> > startup or when installing application?
>> > Thanks for any help...
>>
>>
>> 


Relevant Pages