delphi - Why does line count change so much from D2007 to D2010? -
Our app at work is a huge project with more than 3,000 units, which is about 3.5 million lines in the code.
... or at least this was when we were compiling it under D2007. We recently updated to D 2010, and now if we run a full build, the line's count eventually closes at approximately 4.9 million. The same DPR, the same code base, everything is the same, but the compiler runs some 40% more line code in the construction cycle and nobody here knows it.
Just to make things more confusing, after the construction, we can go to Project -> Information in the IDE and it reports 3.8 M lines. In 2007, the Compiler Dialogue and Project -> Information Communication reported the same number.
Anyone has come to know what is happening here?
Does not the D 2010 support the generic? I think some of the labs have been replaced by generics, which can be an account for additional lines that are visible when parsed, if it is using "virtual" lines.
Comments
Post a Comment