Just a conceitual question about 64-bit

V

VR

Hi, I was reading about the .Net Framework 64 bit and I'm not sure about
something I read in the articles. MS says you'll have a special compiler in
VS.Net 2005 for the Framework 2.0 to compile code for 64 bit platforms.

Is this compiler the one that gets MSIL and generates binary data? Or is
another kind of IL generated?

(because as always said in .Net development, the MSIL must be one, despite
the language used to generate it and the platform it will be executed - so,
where this special compiler will be placed (language to msil or msil to
binary) is not clear to me)

Thanks a lot,
Victor
 
G

Guest

AFAIK, the 64-bit compilation is the JIT compilation and has nothing to do
with the compilation to IL.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top