Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP vanilla vs PHP JIT #156

Open
SuperUserNameMan opened this issue Aug 10, 2023 · 0 comments
Open

PHP vanilla vs PHP JIT #156

SuperUserNameMan opened this issue Aug 10, 2023 · 0 comments

Comments

@SuperUserNameMan
Copy link

Hello,

PHP can JIT too using the opcache module.

On my linux system, with PHP 8.1.2 CLI :

PHP Vanilla :
time php fib.php
=> 149 seconds

PHP JIT :
time php -dopcache.enable_cli=1 -dopcache.jit=function -dopcache.jit_buffer_size=500M fib.php
=> 57 seconds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant