1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 18:43:37 +02:00
Files
archived-php-src/ext
Max Kellermann 24b311bdd7 ext/opcache/zend_shared_alloc: rename _register_xlat_entry() params
The name "new" happens to be a C++ keyword, which was the my reason to
rethink those names.

The "xlat_table" is not only used to translate pointers for persisting
scripts to shared memory, but is also used to annoate pointers
(e.g. by the JIT to associate an op_array with its jit_extension).

The names "old" and "new" aren't good for that; often, there's nothing
"old" or "new" about them.  It's actually a generic lookup table, and
"old" shall be named "key" (which it is called internally already),
and "new" is renamed to simply "value".
2023-01-12 15:14:05 +00:00
..
2022-06-25 07:40:19 +01:00
2022-10-27 14:42:17 +01:00
2023-01-10 15:16:42 +00:00
2022-09-07 17:41:10 +02:00
2022-10-27 14:42:40 +01:00
2023-01-06 11:14:22 +01:00
2022-10-27 14:42:40 +01:00
2022-12-23 16:29:39 +00:00
2022-12-11 17:30:56 +01:00
2022-12-13 23:48:48 +00:00
2022-12-16 14:38:09 +01:00
2022-12-09 16:10:36 +01:00
2022-09-06 10:42:34 +01:00
2022-11-13 11:10:10 +01:00
2022-12-18 23:21:30 -07:00
2022-11-30 12:13:36 +01:00
2022-10-19 11:37:30 +02:00
2022-12-19 16:17:02 +01:00
2023-01-07 03:08:13 +00:00
2022-09-07 17:41:10 +02:00
2022-12-06 16:01:24 +01:00
2022-10-27 14:42:40 +01:00
2022-09-26 23:13:31 +02:00
2022-09-14 23:55:46 +02:00