[fpc-devel] Program too long ?

Mathias m_burkhard at gmx.ch
Thu Jan 14 17:45:34 CET 2016


The code is machine generated.
I wanted to test which compiler is faster, the. Of FPC or C ++
C ++ could compile the code without errors.

int main(){
   std::cout << 0 << std::endl;
   std::cout << 1 << std::endl;
....


mfg Mathias

Am 13.01.2016 um 23:19 schrieb Jonas Maebe:
> On 13/01/16 23:01, Mathias wrote:
>> I wanted a test following compile 1'000'000x WriteLn.
>
> It's not the program that's too long, but a single procedure that's 
> too long. If you split it up in a 1000 (or maybe even a 100) 
> procedures, it should compile fine.
>
>
> Jonas
>
> _______________________________________________
> fpc-devel maillist  -  fpc-devel at lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel




More information about the fpc-devel mailing list