mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
This patch saves one CPU instruction on each "_tsrm_ls_cache" access in ZTS CLI/CGI/FPM builds. This reduce typical instruction sequence for EG(current_execute_data) access from 4 to 3 CPU instructions.