1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 23:53:30 +02:00
Files
archived-php-src/ext/opcache
Dylan K. Taylor 872f302b8d Keep JIT region executable under ZTS
When one thread tries to compile a script, another thread may
already be executing JITed code. In this case we can't make the
memory non-executable.

This violates the W^X principle, but doesn't seem to be avoidable
for ZTS builds for now. The same problem does not exist for NTS,
as it's a different process executing there, which has it's own
memory protection mapping.

Closes GH-6595.
2021-01-19 10:25:42 +01:00
..
2021-01-19 10:25:42 +01:00
2021-01-06 11:28:45 +01:00
2020-11-25 11:47:05 +01:00
2020-09-18 14:26:44 -07:00
2020-09-18 14:26:44 -07:00
2019-06-28 09:19:49 +02:00
2020-12-15 09:51:16 +01:00
2020-09-18 14:26:44 -07:00