[fpc-pascal] Will moving from due core CPU to 6 Core CPU of the same clock speed improve the speed of FPC compiling?
Christo
christo.crause at gmail.com
Wed Aug 8 18:53:14 CEST 2018
On Wed, 2018-08-08 at 19:24 +0800, Dennis wrote:
>
> Christo Crause wrote:
> >
> > On Tue, Aug 7, 2018 at 9:42 AM, Dennis Poon <dennis at avidsoft.com.hk> wrote:
> > > Only 20 seconds. But sometimes, when I modify some units used by other units which are in
> > > turn used by other units, FPC throws the following exception when I compile (not build)
> > > uspdata.pas(228,50) Error: Compilation raised exception internally
> > >
> > > When that happens, I have to build the entire project, and that takes much longer.
> > >
> > Are you perhaps using generics somewhere in your project? If so your compiler crash may be
> > similar to bugs 0033593, 0034024 and possibly 0034065.
> >
> Yes, I use quite a lot of generics of Generics.Collection TList<T> and TDictionary<T> etc.
> Are these bugs fixed in the trunk version?
All three bug reports are still open, so not fixed yet. If you can reduce the problem to a
small project with dummy code it may help to to file another bug report to highlight this
problem in the compiler.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20180808/2a3a7549/attachment.html>
More information about the fpc-pascal
mailing list