Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Am I using V8 engine?
QtWS25 Last Chance

Am I using V8 engine?

Scheduled Pinned Locked Moved Qt WebKit
4 Posts 3 Posters 2.5k Views
  • 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
    DerekDomino
    wrote on last edited by
    #1

    Hello,

    I've run the following javascript benchmark in an Qt 5 application running a WebView and observe significant differences (factor 2.4) with Chromium (Google Chrome 26.0.1410.65):
    http://octane-benchmark.googlecode.com/svn/latest/index.html

    For the Qt 5 application, I've created a new project from Qt Creator by using the "Qt Quick 2 Application" wizard and replaced the main.qml by:

    @
    import QtQuick 2.0
    import QtWebKit 3.0

    Rectangle {

    width: 1024
    height: 768

    WebView{
    url: "http://octane-benchmark.googlecode.com/svn/latest/index.html"
    anchors.fill: parent
    }
    }
    @

    The Qt 5.0.0 64 bits application was compiled on Mac OS X 10.7.5 in Release mode with llvm 4.2 on Intel 2.2 GHz i7.

    The scores are the following:

    • Qt 5 app: 5461 (Qt 5.0.0), Debug mode scores around 4800
    • Safari: 8630 (Version 6.0.3 - 7536.28.10)
    • Google Chrome: 13208 (Version 26.0.1410.65)

    The following test report 'JSC' for Qt 5 app (may be this test is not that rock solid):
    http://jsbin.com/opuvas

    Is it possible to have V8 running with a WebView?

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tucnak
      wrote on last edited by
      #2

      V8 support was abandoned.

      But you can try to break the rules: https://github.com/qtwebkit-v8ers/qtwebkit-v8

      1 Reply Last reply
      0
      • J Offline
        J Offline
        jelari
        wrote on last edited by
        #3

        hi tucnak,

        v8 support was abandoned?. do you have any link which talks about this topic ?

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tucnak
          wrote on last edited by
          #4

          [quote author="jelari" date="1367230820"]hi tucnak,

          v8 support was abandoned?. do you have any link which talks about this topic ?[/quote]

          Looks like I don't but I heard it on IRC and mailing lists. Afair, maintainer of Qt WebKit claimed it.

          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