Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Is v4 private?
Qt 6.11 is out! See what's new in the release blog

Is v4 private?

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 1.3k 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
    Dima00782
    wrote on last edited by
    #1

    I want to port V4 engine on my VLIW architecture, I found 3rdparty masm classes, but can't found this

    #include <private/qv8engine_p.h>
    

    Is v4 private?

    jsulmJ 1 Reply Last reply
    0
    • D Dima00782

      I want to port V4 engine on my VLIW architecture, I found 3rdparty masm classes, but can't found this

      #include <private/qv8engine_p.h>
      

      Is v4 private?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Dima00782 It is in the Qt source code:

      qt5/qtdeclarative/src/qml/qml/v8/qv8engine_p.h
      

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        To add to @jsulm, private here means that it's not part of the public API so it can be changed or removed at anytime.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

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

          Is there any guide for porting qt js backend?
          I want to use JIT compilation for my arch.
          What should I do to implement? YarrJit or V8 or V4?

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            IIRC there was a thread about that in the interest mailing list.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0

            • Login

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