Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. How to set JIT type?

How to set JIT type?

Scheduled Pinned Locked Moved C#
tutorialquestion
7 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dragonfly_Lee
    wrote on last edited by
    #1

    Hi, all A little bird told me there are three type of JIT: Pro-JIT, Ecno-JIT, Normal-JIT. How can we set the JIT type for our application? Thanks. Dragonfly

    :) I Love KongFu~

    C L 2 Replies Last reply
    0
    • D Dragonfly_Lee

      Hi, all A little bird told me there are three type of JIT: Pro-JIT, Ecno-JIT, Normal-JIT. How can we set the JIT type for our application? Thanks. Dragonfly

      :) I Love KongFu~

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      If you google this and find that it's not a pile of BS, I'd sure love to know about it.

      Christian Graus Driven to the arms of OSX by Vista.

      D 1 Reply Last reply
      0
      • C Christian Graus

        If you google this and find that it's not a pile of BS, I'd sure love to know about it.

        Christian Graus Driven to the arms of OSX by Vista.

        D Offline
        D Offline
        Dragonfly_Lee
        wrote on last edited by
        #3

        I just want to know if the JIT type can be decided by Microsoft or programmer. I am pleased if you can offer an effective link, too. :)

        :) I Love KongFu~

        1 Reply Last reply
        0
        • D Dragonfly_Lee

          Hi, all A little bird told me there are three type of JIT: Pro-JIT, Ecno-JIT, Normal-JIT. How can we set the JIT type for our application? Thanks. Dragonfly

          :) I Love KongFu~

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          High on that oak-tree, the birds are singing about native compilation and stuff. It's even the right answer to one of those "tech interviews" that you can find with Google :) The moderator on the Microsoft forum has some other explanation;

          Shawn wrote:

          NGWS - now that's a blast from the past. It stood for Next Generation Web Services (one of the many code names .NET went through before it was released). You're correct that Pre-JIT is what today is called NGEN. You can use it by running ngen install

          (Source)[^] What those birds didn't read;

          MSDN says

          Once you create a native image for an assembly, the runtime automatically uses that native image each time it runs the assembly. You do not have to perform any additional procedures to cause the runtime to use a native image. Running Ngen.exe on an assembly allows the assembly to load and execute faster, because it restores code and data structures from the native image cache rather than generating them dynamically.

          (Source)[^]

          I are troll :)

          D 1 Reply Last reply
          0
          • L Lost User

            High on that oak-tree, the birds are singing about native compilation and stuff. It's even the right answer to one of those "tech interviews" that you can find with Google :) The moderator on the Microsoft forum has some other explanation;

            Shawn wrote:

            NGWS - now that's a blast from the past. It stood for Next Generation Web Services (one of the many code names .NET went through before it was released). You're correct that Pre-JIT is what today is called NGEN. You can use it by running ngen install

            (Source)[^] What those birds didn't read;

            MSDN says

            Once you create a native image for an assembly, the runtime automatically uses that native image each time it runs the assembly. You do not have to perform any additional procedures to cause the runtime to use a native image. Running Ngen.exe on an assembly allows the assembly to load and execute faster, because it restores code and data structures from the native image cache rather than generating them dynamically.

            (Source)[^]

            I are troll :)

            D Offline
            D Offline
            Dragonfly_Lee
            wrote on last edited by
            #5

            Eddy Vluggen wrote:

            It's even the right answer to one of those "tech interviews" that you can find with Google

            Thanks, Eddy Vluggen. Actually, I know the differences for these three type of JIT. I just want to know how to choose the JIT type and the related cmd.

            :) I Love KongFu~

            L 1 Reply Last reply
            0
            • D Dragonfly_Lee

              Eddy Vluggen wrote:

              It's even the right answer to one of those "tech interviews" that you can find with Google

              Thanks, Eddy Vluggen. Actually, I know the differences for these three type of JIT. I just want to know how to choose the JIT type and the related cmd.

              :) I Love KongFu~

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              I don't think we get to choose that much, only whether we want to precompile or not. I couldn't find a satisfactory answer either :doh:

              I are troll :)

              D 1 Reply Last reply
              0
              • L Lost User

                I don't think we get to choose that much, only whether we want to precompile or not. I couldn't find a satisfactory answer either :doh:

                I are troll :)

                D Offline
                D Offline
                Dragonfly_Lee
                wrote on last edited by
                #7

                OK, thanks, Eddy. :)

                :) I Love KongFu~

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups