What do the enable-xcache optimizer & encoder/decoder do?
https://i.sstatic.net/FGqUm.png
There is configure flags --enable-xcache-optimizer
--enable-xcache-encoder
--enable-xcache-decoder
what do these do?
Is --enable-xcache
enough to maximize xcache
with PHP
?
Not very important but curious: What does the --enable-xcache-assembler/disassembler
do?
Thank you very much.
Look at the Xcache code. It's FLOSS, so you can download it. It enables you to do what VLD does offline. I am lost as to why you'd want to embed this sort of functionality into an Opcode/data cache function. What happened to "render unto Caesar here?