Frank Heckenbach wrote:
Adriaan van Os wrote:
- Compilation speed
In GPC, loading .gpi files is a recursive process of order O (2). This means that:
Please note that this applies to the number of units, not the number of declarations. So it's mainly a problem for projects with hundreds of units (which seems to be common on Mac Pascal for historical reasons, but which I don't see often elsewhere).
I think the increase in compilation speed will be quite noticeable with regular projects of 20-100 units also (e.g. projects with about 60.000 to 300.000 lines of Pascal).
Regards,
Adriaan van Os