HighTechTalks DotNet Forums  

Jit 64bit

Dotnet Framework (CLR) microsoft.public.dotnet.framework.clr


Discuss Jit 64bit in the Dotnet Framework (CLR) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
VBAdev
 
Posts: n/a

Default Jit 64bit - 03-26-2007 , 09:38 AM






Hi all,
my team developed an application that partly is .net and uses a
win32 dll that we don't want to port to 64 bit.
We compiled the .net part of the application telling the compiler to
output x86 code.
The application doesn't seem to work well anyway since some external
assembly doesn't work like expected on WIN2003 x64. I think this
external assembly are jitted to 64bit. Can we force the jit of all
the
program to x86 code?
TIA
Marco


Reply With Quote
  #2  
Old   
Willy Denoyette [MVP]
 
Posts: n/a

Default Re: Jit 64bit - 03-26-2007 , 10:25 AM






"VBAdev" <mpaci (AT) omniway (DOT) sm> wrote

Quote:
Hi all,
my team developed an application that partly is .net and uses a
win32 dll that we don't want to port to 64 bit.
We compiled the .net part of the application telling the compiler to
output x86 code.
The application doesn't seem to work well anyway since some external
assembly doesn't work like expected on WIN2003 x64. I think this
external assembly are jitted to 64bit. Can we force the jit of all
the
program to x86 code?
TIA
Marco



When compiling the managed code using the /platform:x86 switch, you are effectively forcing
the CLR to use JIT32 at runtime.

Willy.



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.