Optimization in context

2004-03-21 Thread Mitchell N Charity
Someday we will set aside our optimization focus. Our architectural validation probe will be complete. We will have established that yes, the parrot design can support the required speed. Further optimization will be seen as premature optimization. Our focus will shift to making parrot actually

Re: Optimization in context

2004-03-21 Thread Leopold Toetsch
Mitchell N Charity [EMAIL PROTECTED] wrote: ... Our focus will shift to making parrot actually work. To giving it working exceptions, io, embeddablility, and so on. Given Leo's numbers, it seemed a possibility worth suggesting. I can certainly imagine other policies. Like focusing on

Re: Optimization in context

2004-03-21 Thread Brent 'Dax' Royal-Gordon
Mitchell N Charity wrote: Further optimization will be seen as premature optimization. Our focus will shift to making parrot actually work. If we never optimize, we won't have the speed to run real-world programs. But if all we do is optimize, we won't have the features to run real-world

Re: Optimization in context

2004-03-21 Thread Piers Cawley
Brent 'Dax' Royal-Gordon [EMAIL PROTECTED] writes: Other times, we add lots of new features, and then stop to test them and find they're incredibly slow. (That's objects right now.) In objects' defence, I'd just like to say that they are rather lovely.