| View previous topic :: View next topic |
| Author |
Message |
Paul Guest
|
Posted: Mon Aug 16, 2004 5:10 pm Post subject: very slow build speed with large project in 6 |
|
|
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
|
Posted: Mon Aug 16, 2004 5:13 pm Post subject: Re: very slow build speed with large project in 6 |
|
|
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
|
Posted: Tue Aug 17, 2004 7:11 am Post subject: Re: very slow build speed with large project in 6 |
|
|
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
|
Posted: Tue Aug 17, 2004 7:53 am Post subject: Re: very slow build speed with large project in 6 |
|
|
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
|
Posted: Tue Aug 17, 2004 9:20 am Post subject: Re: very slow build speed with large project in 6 |
|
|
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
|
Posted: Tue Aug 17, 2004 10:12 am Post subject: Re: very slow build speed with large project in 6 |
|
|
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
|
Posted: Tue Aug 17, 2004 11:02 am Post subject: Re: very slow build speed with large project in 6 |
|
|
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 |
|
 |
|