> >BTW:
> >  Have you looked at my patch to handle method calls differently?
> 
> 
> Yes and I don't like it. I haven't had time to do timings yet. I was very 
> busy and will try and do it in the next few days.

hmm....
 
 The patch wasn't just for speed it was more for sloving 2 main problems.

class a
{
 function foo();
 function foo();
}

 and for sloving 

class blah extends Java (and other 'c' overloaded classes);

 the speed was just a added bonus.

- Brad


__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to