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 8948689
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T13:03:35+00:00 2026-06-15T13:03:35+00:00

I recently learned that JIT compilers are used to compile platform independant code to

  • 0

I recently learned that JIT compilers are used to compile platform independant code to native code. JVM and the .net runtime environments use this, for better performance and significant reduce in compiling time. My question is that why not the ordinary compilers that compile directly into native code (like c compilers) also be made as JIT? Is there a restriction or a specification for the usage if JIT compilers?

  • 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-06-15T13:03:36+00:00Added an answer on June 15, 2026 at 1:03 pm

    Modern javascript implementations also do JIT, as do some PHP, Python, and Ruby implementations (at least). The trick with JIT, though, is that they are a relatively recent development, and part of what makes them work is that you rely on a framework or runtime of some type that lives on the end-user machine that is capable of making the correct optimizations for that machine and instance of the application.

    For languages that want to be close to the "bare metal" of your computer, relying on that extra abstraction layer does not always make sense.


    The other issue with JIT is it can add startup time to the application. Since the original answer, software development as a whole has moved a LOT more towards the cloud and continuous integration/deployment, where pure cold startups are more common and the time used for the JIT pre-compile step absolutely matters to perceived performance where it did not in the past.

    This is why, e.g., .Net, which has historically been all-in with JIT, has in recent versions made large strides towards better AoT (Ahead of Time) support.

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

Sidebar

Related Questions

I recently learned that it is possible to generate C# code at runtime and
I recently learned how to use automake, and I'm somewhat annoyed that my compile
Today Recently on Stackoverflow i learned that: reintroduce is used to hide ancestor constructors
I just recently learned about self calling anonymous functions. Some snippets of code that
I recently learned that Unicode is permitted within Java source code not only as
I've recently learned that the % sign is used to calculate the remainder of
I have recently learned, that in MATLAB, the ! mark runs the code in
I recently learned ASP.NET MVC (I love it). I'm working with a company that
I recently learned that table valued functions are not allowed with Entity Framework 4.1.
I recently learned that all stl containers have swap function: i.e. c1.swap(c2); will lead

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.