BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

very slow build speed with large project in 6

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (IDE)
View previous topic :: View next topic  
Author Message
Paul
Guest





PostPosted: Mon Aug 16, 2004 5:10 pm    Post subject: very slow build speed with large project in 6 Reply with quote



Since trying to upgrade a large project from Builder 5 to 6 I have noticed
large delays inbetween compilation of each separate file. Beginning with
roughly 11 seconds at the start of build and growing to 16 seconds ???
towards the end. Each file actually compiles in a fraction of a second, the
delay is something else that is related to overall project size. If I put a
few of the same slow building modules into an empty project they compile at
normal V5 like speeds. Once all are added building grinds to an unusable
crawl. Help :(


Back to top
Yu-Chen Hsueh
Guest





PostPosted: Mon Aug 16, 2004 5:13 pm    Post subject: Re: very slow build speed with large project in 6 Reply with quote



Paul,

I would recommend first deleting all intermediate files, such as .obj, .tds,
..il*, and .dsk. See if that makes any difference.

-- YH --


--
Please confine your posts to the newsgroups and DO NOT reply to this e-mail
account unless asked. Any unsolicted e-mail will be ignored.


Back to top
Morten Espeland
Guest





PostPosted: Tue Aug 17, 2004 7:11 am    Post subject: Re: very slow build speed with large project in 6 Reply with quote



I have noticed the same thing.
Morten Espeland

"Paul" <wizzard_8 (AT) hotmail (DOT) com> wrote

Quote:
Since trying to upgrade a large project from Builder 5 to 6 I have noticed
large delays inbetween compilation of each separate file. Beginning with
roughly 11 seconds at the start of build and growing to 16 seconds ???
towards the end. Each file actually compiles in a fraction of a second,
the
delay is something else that is related to overall project size. If I put
a
few of the same slow building modules into an empty project they compile
at
normal V5 like speeds. Once all are added building grinds to an unusable
crawl. Help :(





Back to top
Russell Hind
Guest





PostPosted: Tue Aug 17, 2004 7:53 am    Post subject: Re: very slow build speed with large project in 6 Reply with quote

Look in $(BCB)includeVCL and delete all *.hdp files. These are
supposedly 'pre-compiled' versions of VCL headers, but only seem to
slow down builds of anything but a very small project.

Cheers

Russell

Morten Espeland wrote:

Quote:
I have noticed the same thing.
Morten Espeland

"Paul" <wizzard_8 (AT) hotmail (DOT) com> wrote in message
news:4120ea46 (AT) newsgroups (DOT) borland.com...

Since trying to upgrade a large project from Builder 5 to 6 I have noticed
large delays inbetween compilation of each separate file. Beginning with
roughly 11 seconds at the start of build and growing to 16 seconds ???
towards the end. Each file actually compiles in a fraction of a second,

the

delay is something else that is related to overall project size. If I put

a

few of the same slow building modules into an empty project they compile

at

normal V5 like speeds. Once all are added building grinds to an unusable
crawl. Help :(






Back to top
Paul
Guest





PostPosted: Tue Aug 17, 2004 9:20 am    Post subject: Re: very slow build speed with large project in 6 Reply with quote

that didn't help

"Yu-Chen Hsueh" <ychsueh (AT) borland (DOT) com> wrote

Quote:
Paul,

I would recommend first deleting all intermediate files, such as .obj,
..tds,
.il*, and .dsk. See if that makes any difference.

-- YH --


--
Please confine your posts to the newsgroups and DO NOT reply to this
e-mail
account unless asked. Any unsolicted e-mail will be ignored.





Back to top
Paul
Guest





PostPosted: Tue Aug 17, 2004 10:12 am    Post subject: Re: very slow build speed with large project in 6 Reply with quote

Yep, thats it, give this guy a medal!

I don't know what these files are (as they are unnecessary to build
projects) but Borland have some serious issues in their .hdp processing
code. Every file compiled adds a little more delay before starting the next.
It is also cumulative across builds so if you stop a build when the delay is
currently 5 seconds and restart it will resume with a 5 second delay and
just get worse. Even after powerup this morning I still had a 3 second
delay. Deleting the files with Builder running doesn't reset the accumulated
delay until you restart Builder. Also replacing the files after Builder has
started doesn't introduce a delay. Seems these files are loaded at startup
and it's in everyones best interest to just delete them.

"Russell Hind" <no-one (AT) no-where (DOT) com> wrote

Quote:
Look in $(BCB)includeVCL and delete all *.hdp files. These are
supposedly 'pre-compiled' versions of VCL headers, but only seem to
slow down builds of anything but a very small project.

Cheers

Russell

Morten Espeland wrote:

I have noticed the same thing.
Morten Espeland

"Paul" <wizzard_8 (AT) hotmail (DOT) com> wrote in message
news:4120ea46 (AT) newsgroups (DOT) borland.com...

Since trying to upgrade a large project from Builder 5 to 6 I have
noticed
large delays inbetween compilation of each separate file. Beginning with
roughly 11 seconds at the start of build and growing to 16 seconds ???
towards the end. Each file actually compiles in a fraction of a second,

the

delay is something else that is related to overall project size. If I
put

a

few of the same slow building modules into an empty project they compile

at

normal V5 like speeds. Once all are added building grinds to an unusable
crawl. Help :(








Back to top
Russell Hind
Guest





PostPosted: Tue Aug 17, 2004 11:02 am    Post subject: Re: very slow build speed with large project in 6 Reply with quote

They are also re-created when you install a patch, so remember to delete
them after installing a patch.

Cheers

Russell

Paul wrote:

Quote:
I don't know what these files are (as they are unnecessary to build
projects) but Borland have some serious issues in their .hdp processing
code. Every file compiled adds a little more delay before starting the next.
It is also cumulative across builds so if you stop a build when the delay is
currently 5 seconds and restart it will resume with a 5 second delay and
just get worse. Even after powerup this morning I still had a 3 second
delay. Deleting the files with Builder running doesn't reset the accumulated
delay until you restart Builder. Also replacing the files after Builder has
started doesn't introduce a delay. Seems these files are loaded at startup
and it's in everyones best interest to just delete them.


Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (IDE) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.