Thread: C# Compiled to Machine Code

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    19

    C# Compiled to Machine Code

    Just a question. I know that he .Net framework uses a JITD to compile you immediate language code so that it may work on any platform. However say I want to compile my C# program to run on a specific machine. What I am hinting at is say I want to go to a omputer with the .Net framework installed. Could I not find a compiler that will compile the MIL to a Machinese code exe or does the JITD create a machinese code exe of your program in virtual memory? Thanks!
    May GOD Bless, Strengthen, Guide, and Protect you Always!

  2. #2
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    I may be wrong here (I look at ignorance in C# as a blessing) but C# uses something similar to java's vm.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Obfuscated Code Contest
    By Stack Overflow in forum Contests Board
    Replies: 51
    Last Post: 01-21-2005, 04:17 PM
  2. Updated sound engine code
    By VirtualAce in forum Game Programming
    Replies: 8
    Last Post: 11-18-2004, 12:38 PM
  3. The relationship between C++ and assembly and machine code
    By TotalBeginner in forum C++ Programming
    Replies: 5
    Last Post: 04-22-2002, 02:46 PM
  4. Machine code, asm, poop
    By tim545666 in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 04-02-2002, 01:27 AM
  5. Replies: 4
    Last Post: 01-16-2002, 12:04 AM