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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T13:57:22+00:00 2026-05-10T13:57:22+00:00

I know that .NET is JIT compiled to the architecture you are running on

  • 0

I know that .NET is JIT compiled to the architecture you are running on just before the app runs, but does the JIT compiler optimize for 64bit architecture at all?

Is there anything that needs to be done or considered when programming an app that will run on a 64bit system? (i.e. Will using Int64 improve performance and will the JIT compiler automatically make Int64 work on 32bit systems?)

  • 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. 2026-05-10T13:57:23+00:00Added an answer on May 10, 2026 at 1:57 pm

    The 64bit JIT is different from the one for 32bit, so I would expect some differences in the output – but I wouldn’t switch to 64bit just for that, and I wouldn’t expect to gain much speed (if any) in CPU time by switching to 64bit.

    You will notice a big performance improvement if your app uses a lot of memory and the PC has enough RAM to keep up with it. I’ve found that 32bit .NET apps tend to start throwing out of memory exceptions when you get to around 1.6gb in use, but they start to thrash the disk due to paging long before that – so you end being I/O bound.

    Basically, if you’re bottleneck is CPU then 64bit is unlikely to help. If your bottleneck is is memory then you should see a big improvement.

    Will using Int64 improve performance and will the JIT compiler automatically make Int64 work on 32bit systems

    Int64 already works on both 32bit and 64bit systems, but it’ll be faster running on 64bit. So if you’re mostly number crunching with Int64, running on a 64bit system should help.

    The most important thing is to measure your performance.

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

Sidebar

Related Questions

We all know that modifying a .NET web application's web.config file restarts the app
I know that |DataDirectory| will resolve to App_Data in an ASP.NET application but is
Yes, I know that in ASP.NET MVC you have to use ViewModels. But I'm
I know that the .NET framework looks for referenced DLLs in several locations Global
I know that ASP.NET MVC will allow me to swap in various View engines
I know that the asp.net repeater doesnt have a Client side object model, and
I know that in the next version of ASP.NET we'll finally be able to
Using web forms I know that you can only have one ASP.NET form on
I have a bunch of .NET frameworks installed on my machine. I know that
A recent question about string literals in .NET caught my eye. I know that

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.