RE: Op cost models

2001-09-16 Thread Gibbs Tanton - tgibbs
giving a 40% gain in both cases. -Original Message- From: Gibbs Tanton - tgibbs To: 'Simon Cozens '; '[EMAIL PROTECTED] ' Sent: 9/16/2001 10:39 AM Subject: RE: Op cost models Yeah, I ran a test where I substituted a huge switch statement with all of the operations inli

RE: Op cost models

2001-09-16 Thread Gibbs Tanton - tgibbs
Yeah, I ran a test where I substituted a huge switch statement with all of the operations inlined for the function calls and I went from 27 seconds to 21 seconds on the benchmark. -Original Message- From: Simon Cozens To: [EMAIL PROTECTED] Sent: 9/16/2001 10:01 AM Subject: Op cost

Op cost models

2001-09-16 Thread Simon Cozens
Here are the costs in seconds for running 100 million iterations of each op. This only really makes sense on *my* machine, but it gives you an idea of what sort of tradeoffs there are. Given that the difference between most ops is negligible, I'd suggest that a lot of work is still happening in th