Re: .NET and sharing dll's?

From: sun (sun_at_nospam.net)
Date: 12/22/04


Date: Wed, 22 Dec 2004 17:34:24 -0500


"Nick Hodges [TeamB]" <nickhodges@gmail.com> wrote:

>Arthur Hoornweg wrote:
>
>> Would there be any reason NOT to use this tool on large
>> applications where speed is important?
>
>Yes -- because it has no idea abou the platform upon with the resulting
>EXE will be run, NGEN produces less efficient code than the JIT
>compiler.

AFAIK ngen and JIT compiler uses the same compiler just in different
modes and also both run on target machine (as opposite to developer
machine) so there should be no performance issues from this point of view.



Relevant Pages

  • Re: VB.Net Console app needs timer
    ... There is no windows service template for Express, ... Add a new module to the project called Module1 ... build and took the exe to my target machine. ... I took this to my target machine and ran setup. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Packing JRE
    ... > either actively or passively downloads a newer JVM that has subtle ... > bugs in the libraries or JIT compiler that did not exist before. ... > a customer a native .exe with everything statically compiled into it. ...
    (comp.lang.java.programmer)
  • Re: Application not working on other PCs
    ... I've created an application (.exe) using VC++ 2005 on my Windows Vista ... Almost certainly, you are using dynamic linking of CRT, but the necessary DLL's are not present on the target machine. ...
    (microsoft.public.vc.language)
  • Re: executable
    ... ahh - take all the assemblies in teh debug directory and copy then to the same directory ono the target machine ... The exe works fine when I run it from the original ... > Incoming mail is certified Virus Free. ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Dependencies in my Setup project
    ... Thanks Todd - The problem is that I only have this .exe and not the ... that the file gets placed in the correct folder on the target machine. ... But that is when I get the dependency error that this exe is associated ... This error only occurs when I do a rebuild of the setup ...
    (microsoft.public.dotnet.languages.csharp)