RE: [PHP-DEV] messing with branch prediction

2006-06-19 Thread Leon Matthews
> Andi Gutmans wrote: > I think it's a nice idea but I doubt it's very useful at this point. It > doesn't seem to significantly affect performance, which is ... I concur. Instead of guessing branch probabilities, why not measure them? http://gcc.gnu.org/onlinedocs/gcc-4.1.1/gcc/Optimize-Options

Re: [PHP-DEV] CVS Account Request: hugoki

2006-06-19 Thread Pierre
On 6/18/06, Elmar Pitschke <[EMAIL PROTECTED]> wrote: To manage my pear package. Here is the link to the proposal: http://pear.php.net/pepr/pepr-votes-show.php?id=386 Confirmed. Can anyone create this accout? Thanks. I'll take care of the karma. --Pierre -- PHP Internals - PHP Runtime Devel

RE: [PHP-DEV] messing with branch prediction

2006-06-19 Thread Andi Gutmans
I think it's a nice idea but I doubt it's very useful at this point. It doesn't seem to significantly affect performance, which is inline with some tests that we have done in the past, where it's really the hardware management of branch prediction and cache size which affect this. I doubt that make

[PHP-DEV] CVS Account Request: rkdhiman

2006-06-19 Thread Rajesh Dhiman
For PHP Development -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: 4.4.3, release date?

2006-06-19 Thread Pierre
On Fri, 16 Jun 2006 18:07:54 +0200 [EMAIL PROTECTED] (Pierre) wrote: > Hi, > > I'm wondering when 4.4.3 is planed? > > I have some a pending PEAR release (1.4.10) which fixes many > open_basedir issues. It is not critical as people can always update > later but it would be nice to get it in. >

Re: [PHP-DEV] messing with branch prediction

2006-06-19 Thread Zeev Suraski
Definitely looks nice. I actually like how it makes the code more readable hinting which branches are rare. Zeev At 16:49 18/06/2006, Nuno Lopes wrote: Hello, Yesterday I was playing with branch prediction in the Zend VM executor. Although I didn't have any noticeable performance improveme