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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T13:36:54+00:00 2026-06-08T13:36:54+00:00

I have seen that C# is optimized for accessing 1D array (does not call

  • 0

I have seen that C# “is optimized” for accessing 1D array (does not call a function to access element), but for multidim-arrays function GetValue is called each time. Why not instead of calling this function each time “normal” access (pointers shifting + checking) is not implemented or at least this function is not flattened ?

I can not find the logical reason.
(performance for multidim-arrays are not great)

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

    I didn’t uncheck “Supress JIT optimization…” therefore function call GetValue wasn’t inlined.

    Optimized code:

    b = a[3, 5];
    00000026  mov         eax,3 
    0000002b  lea         edx,[eax+2] 
    0000002e  sub         eax,dword ptr [ecx+10h] 
    00000031  cmp         eax,dword ptr [ecx+8] 
    00000034  jae         0000010B 
    0000003a  sub         edx,dword ptr [ecx+14h] 
    0000003d  cmp         edx,dword ptr [ecx+0Ch] 
    00000040  jae         0000010B 
    00000046  imul        eax,dword ptr [ecx+0Ch] 
    0000004a  add         eax,edx 
    0000004c  mov         edi,dword ptr [ecx+eax*4+18h] 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have seen that a prime number implementation of the GetHashCode function is being
I have seen that XGetKeyboardMapping() would let me do that, but the documentation is
I have created VIEWS and PartialVIEWS, but so far, i have seen that VIEWS,
I have seen that BindableAttribute is used to decorate public properties in custom controls.
I have seen that Windows system use temporary files to increase the performance of
I have seen that typing about:somekeywords in browsers address bar gives some information. What
There is a rotary control I have seen that is like the edge-on view
I am a newbie to Rails and I have seen that to write HTML
Possible Duplicate: Difference between Color.red and Color.RED I have seen that the Java class
If you've used Google Wave or iGoogle you have probably seen that you can

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.