Re: [Pyunit-interest] comments on PyUnit
Brought to you by:
purcell
From: Chuck E. <ec...@mi...> - 2001-04-23 18:57:46
|
At 12:47 PM 4/23/2001 -0600, Jim Vickroy wrote: >Python is supposed to be a higher-level language. In my view, it would be >nice to avoid having to know the details of a particular vendors optimization >implementations. To that end, I do not see the relevance of how GCC >chooses to make optimizations available. It would be relevant if the two GCC issues that I stated (cost of time and bugs) ever cropped up in future versions of Python. While I hope they don't, if an aggressive "optimize Python" effort gave me a substantial performance improvement at the cost of a few flags, I would pay the price. Even under that scenario you don't _have_ to know anything. Just type "python foo.py" and go. -Chuck |