Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Just-in-Time Compiler for C++ using Qt.
Forum Updated to NodeBB v4.3 + New Features

Just-in-Time Compiler for C++ using Qt.

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
9 Posts 5 Posters 1.0k Views 2 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
    domngo
    wrote on last edited by
    #1

    Hi, I was wondering if it is possible to set up some J-i-T compiler for C++ using Qt. I saw how it works in VS coding with C# and it impressed me, it seems it speeding up work significantly. I would be thankful if someone could explain this subject to me.

    JonBJ Pablo J. RoginaP 2 Replies Last reply
    0
    • Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @domngo said in Just-in-Time Compiler for C++ using Qt.:

      , it seems it speeding up work significantly

      In which way? Where do you think you need a jit? For what exactly?

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      1 Reply Last reply
      2
      • D domngo

        Hi, I was wondering if it is possible to set up some J-i-T compiler for C++ using Qt. I saw how it works in VS coding with C# and it impressed me, it seems it speeding up work significantly. I would be thankful if someone could explain this subject to me.

        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by JonB
        #3

        @domngo
        Don't forget that coding with, say, C# lends itself to JiT compiling, which C++ does not. They are very different languages, with different target environments!

        1 Reply Last reply
        1
        • D Offline
          D Offline
          domngo
          wrote on last edited by
          #4

          For example, when you write 50 lines of code in one shot, and there is somewhere an compiling error, you will find out when you compile this right. I saw that guy was writing code and because of JiT, VS shown all errors straight, before he even tried to compile. I have just realised that there is something like this, dont really sure how it works thats why Im asking you guys.

          1 Reply Last reply
          0
          • D domngo

            Hi, I was wondering if it is possible to set up some J-i-T compiler for C++ using Qt. I saw how it works in VS coding with C# and it impressed me, it seems it speeding up work significantly. I would be thankful if someone could explain this subject to me.

            Pablo J. RoginaP Offline
            Pablo J. RoginaP Offline
            Pablo J. Rogina
            wrote on last edited by
            #5

            @domngo said in Just-in-Time Compiler for C++ using Qt.:

            some J-i-T compiler for C++

            do you have any example of actual compiler like that?

            Upvote the answer(s) that helped you solve the issue
            Use "Topic Tools" button to mark your post as Solved
            Add screenshots via postimage.org
            Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

            1 Reply Last reply
            0
            • Christian EhrlicherC Offline
              Christian EhrlicherC Offline
              Christian Ehrlicher
              Lifetime Qt Champion
              wrote on last edited by
              #6

              This has nothing to do with jit nor with the language. It's a feature of the used IDE and QtCreator can do the same.

              Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
              Visit the Qt Academy at https://academy.qt.io/catalog

              D 1 Reply Last reply
              3
              • Christian EhrlicherC Christian Ehrlicher

                This has nothing to do with jit nor with the language. It's a feature of the used IDE and QtCreator can do the same.

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

                @Christian-Ehrlicher actually thats all I want, could you tell me how to set up this in QtCreator?

                JKSHJ 1 Reply Last reply
                0
                • Christian EhrlicherC Offline
                  Christian EhrlicherC Offline
                  Christian Ehrlicher
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  Simply use the IDE and all is fine.

                  Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
                  Visit the Qt Academy at https://academy.qt.io/catalog

                  1 Reply Last reply
                  1
                  • D domngo

                    @Christian-Ehrlicher actually thats all I want, could you tell me how to set up this in QtCreator?

                    JKSHJ Online
                    JKSHJ Online
                    JKSH
                    Moderators
                    wrote on last edited by
                    #9

                    @domngo said in Just-in-Time Compiler for C++ using Qt.:

                    could you tell me how to set up this in QtCreator?

                    As @Christian-Ehrlicher said, the feature is enabled by default in recent versions of Qt Creator. See here for details: https://doc.qt.io/qtcreator/creator-checking-code-syntax.html

                    Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                    1 Reply Last reply
                    2

                    • Login

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups
                    • Search
                    • Get Qt Extensions
                    • Unsolved