diff options
author | Dmitry Stogov <dmitry@zend.com> | 2015-05-26 17:33:25 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2015-05-26 17:33:25 +0300 |
commit | 7dac4d449f72d7eb029aa1a8ee87aaf38e17e1c5 (patch) | |
tree | 45b76f66d89dbf19d268e8a640877451b822e91b /sapi/phpdbg/phpdbg_print.c | |
parent | ca31711625095c2d6e308d7f0fc9d371ad0934d4 (diff) | |
download | php-git-7dac4d449f72d7eb029aa1a8ee87aaf38e17e1c5.tar.gz |
Add targets to simplify building PHP with FDO (Feedback Directed Optimisation)
PHP should be built with the folowing steps:
make clean
make -j4 prof-gen
; now php should be trained with some scripts
; for example `sapi/cgi/php -T 1000 /var/www/http/wordpress/index.php > /dev/null`
make prof-clean
make -j4 prof-use
The "properly" trained build may give up to 10% real performance boost!
"Improprly" trained PHP might be even slower.
Diffstat (limited to 'sapi/phpdbg/phpdbg_print.c')
0 files changed, 0 insertions, 0 deletions