Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1092153
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T23:38:23+00:00 2026-05-16T23:38:23+00:00

Suppose I have an application written in native C++ (over 500k lines of code)

  • 0

Suppose I have an application written in native C++ (over 500k lines of code) and I want to port it to .NET (C#). One thing I’m worried about is the JIT compiler. It takes my native code compiler over 30 seconds to compile. Does that mean that each time the user starts my C# app, it’s going to take that long just to load it (since the JIT compiler has to compile it every time)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T23:38:24+00:00Added an answer on May 16, 2026 at 11:38 pm

    The JIT compiler isn’t quite “compiling” in the sense you’re thinking. It’s converting one instruction set (IL bytecode) to another (x86 or x64 machine code) on demand. The conversion’s pretty straightforward, by design, and doesn’t take anywhere near as long as C++ takes to compile an app. It doesn’t even normally happen all at once (“Just in time” means the instructions are translated at about the time they’re “executed”), so the app will start pretty quickly.

    The hard and time-consuming part of compilation is the conversion from human-readable instructions (source code) to machine-readable ones (bytecode or native code, depending on your language/platform). That part is already done when the EXE is created, and doesn’t need to be redone unless the source code (or its meaning) changes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose I have some application A with a database. Now I want to add
Suppose you have two seperate ASP.NET Web Application projects that both need to use
I have an application written in java, and I want to add a flash
I have a application written in wxPython which I want to make multilingual. Our
I can't understand one thing. Suppose I already have these coded entities: [Table(Name =
Suppose I have two applications written in C#. The first is a third party
Suppose I have a class 'Application'. In order to be initialised it takes certain
Say suppose 10 developers have taken 6 months to develop some application. As a
Suppose you have 2 different ASP.NET applications in IIS. Also, you have some ASCX
Suppose you have an ActiveRecord::Observer in one of your Ruby on Rails applications -

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.