Date: 12/19/98
- Next message: Rasmus Lerdorf: "Re: [PHP-DEV] addslashes' speed"
- Previous message: eschmid: "[PHP-DEV] CVS update: php3/doc/functions"
- Next in thread: Rasmus Lerdorf: "Re: [PHP-DEV] addslashes' speed"
- Reply: Rasmus Lerdorf: "Re: [PHP-DEV] addslashes' speed"
- Reply: Zeev Suraski: "Re: [PHP-DEV] addslashes' speed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
the attached patch speeds up addslashes about 30% (benchmarked on 34MB
/dev/random data, pgcc 1.1 with -O6 -mcpu=pentium).
Btw, using register in a user level program is non sense :-) The effect is
rather drastical on a platform with few available registers resulting in
nothing but a slowdown.
Anyone objects against a commit?
Regards,
Sascha Schumann |
Consultant | finger sas <email protected>
| for PGP public key
- TEXT/PLAIN attachment: xd
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: Rasmus Lerdorf: "Re: [PHP-DEV] addslashes' speed"
- Previous message: eschmid: "[PHP-DEV] CVS update: php3/doc/functions"
- Next in thread: Rasmus Lerdorf: "Re: [PHP-DEV] addslashes' speed"
- Reply: Rasmus Lerdorf: "Re: [PHP-DEV] addslashes' speed"
- Reply: Zeev Suraski: "Re: [PHP-DEV] addslashes' speed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

