Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-21149

Split pchs in outside and inside of project

    XMLWordPrintable

Details

    Description

      We generate pchs for every header file outside of a project part. So the pchs contains header files from other project parts. This can lead to an expensive recreation of many pchs if a central header is changed. And the generation is very expensive. But we can reduce this expense if we split the pchs in two parts. One contains the headers from outside the project like Qt and the STL and the other contains header from the other project parts. So we need only recreate the second pchs which is quite cheaper.

      This can be also be combined with merging of project parts. 

       

      Attachments

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

        Activity

          People

            bubke Marco Bubke
            bubke Marco Bubke
            Petref Saraci Petref Saraci (Inactive)
            Alessandro Portale Alessandro Portale
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes