Re: .NET and sharing dll's?
From: sun (sun_at_nospam.net)
Date: 12/22/04
- Next message: Nick Hodges [TeamB]: "Re: The Delphi Fairies"
- Previous message: JED: "Re: The Delphi Fairies"
- In reply to: Nick Hodges [TeamB]: "Re: .NET and sharing dll's?"
- Next in thread: Mauro Venturini: "Re: .NET and sharing dll's?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Nick Hodges [TeamB]: "Re: The Delphi Fairies"
- Previous message: JED: "Re: The Delphi Fairies"
- In reply to: Nick Hodges [TeamB]: "Re: .NET and sharing dll's?"
- Next in thread: Mauro Venturini: "Re: .NET and sharing dll's?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|