The recursion elimination itself doesn't show any significant speed difference.

Thanks. Dmitry.

Nuno Lopes wrote:
Nuno Lopes wrote:
Out of curiosity, what's the slowdown without fastcall?

fastcall calling convention assumes passing parameters in registers instead of pushing them on stack.

yeah, I know. I was asking what's the slowdown that this patch introduces without the fastcall bits. I'm asking this because you are mixing two different things on the same patch. I was just curious on what's hidden in the patch.

Nuno

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

Reply via email to