U++ framework
Do not panic. Ask here before giving up.

Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » [FEATURE] PCH support
Re: [FEATURE] PCH support [message #33377 is a reply to message #33375] Fri, 29 July 2011 15:19 Go to previous messageGo to previous message
Shire is currently offline  Shire
Messages: 41
Registered: September 2006
Location: Russia, Yamal peninsula
Member
Quote:

I believe that with BLITZ minimizing the count of header inclusions, the difference should be very small

Blitz reduces build time by pipelining all .cpp files in one, invoking compiler one time.
This is very good for library packages without changes.

But when you develop and change some few files in some few packages, blitz often make full rebuild of these packages to exclude new changed files from its batch and build all changed files independently. This takes too many time for partial build and can be accelerated by using precompiled header (and, in some cases, turn off blitz).

PCH can be useful on currently changing packages - main and dependent developing packages.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [BUG] MscBuilder crashes the IDE when building all shared.
Next Topic: [Solved] Default compiler flags
Goto Forum:
  


Current Time: Tue Jul 14 18:30:20 GMT+2 2026

Total time taken to generate the page: 0.00671 seconds