zend-opcache - What is the difference between php's opcache and the recent php jit?
我想大声告诉你
我想大声告诉你 2017-06-26 10:49:19

opcache is used to cache the opcode generated by zend engine compilation, so there is no need to compile it next time.
I recently heard about php jit and took a look at the concept of jit. The description is as follows:

JIT compilation (just-in-time compilation), that is, just-in-time compilation, in a narrow sense refers to compiling a certain piece of code when it is about to be executed for the first time, and then directly executing it without compilation. It is a type of dynamic compilation. special case.

What is the difference between php's jit and opcache?

我想大声告诉你
我想大声告诉你

reply all(2)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!