Performance tips: version 2

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fred Mellender

    Performance tips: version 2


    states:

    a.. Floating Point-The v1 JIT does not currently perform all the FP-specific
    optimizations that the VC++ backend does, making floating point operations
    more expensive for now.
    a.. Multidimensiona l Arrays-The JIT is better at handling jagged arrays than
    multidimensiona l ones, so use jagged arrays instead.
    a.. 64 bit Arithmetic-In future versions, 64-bit optimizations will be added
    to the JIT.

    Does anyone know how much performance has been enhanced in V2 of C#/CLR/JIT?
    Has/will a comparable "performanc e tips" document been written?


Working...