Could Python supplant Java?

d2002xx d2002xx at myrealbox.com
Wed Aug 21 13:54:50 EDT 2002


> What you mean by "slowest" -- runtime or compile time. I remember
> the best C/C++ compilers from the TopSpeed: they had very slow
> compile time, but at the runtime they are still fastest and also
> provides smallest binaries.

Compile time, of course. Especially when compiling with -O3, I
remember that it's because the inline optimizator that g++ used is
older than what gcc uses.



More information about the Python-list mailing list