Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-2783

Find Ways to Reduce Executable Size

    XMLWordPrintable

Details

    • Task
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 6.7
    • PySide, Shiboken
    • None

    Description

      PySide's code generator does a good job in automatically creating wrappers and support functions for everything. The problem with that is that it creates lots of similar code.

      By identifying repeated patterns, it should be possible to build more general functions, which are called with the same arity but different parameter values.

      The first step before creating actual different code is to prepare some measurement how much the generated functions can be folded. This should give some factor to be the expected saving.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              ctismer Christian Tismer
              ctismer Christian Tismer
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes