Ilija Tovilo
28fd7597ba
Add first-class callable cache
...
This cache is implemented in two levels: A EG(callable_convert_cache) global
that maps zend_function pointers to a shared callable instance, and a
CALLABLE_CONVERT cache slot to remember the result of the hash table lookup.
Fixes GH-19754
Closes GH-19863
2025-10-03 01:04:56 +02:00
..
2025-02-22 19:10:59 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-22 19:10:59 +00:00
2025-02-22 19:10:59 +00:00
2025-02-22 19:10:59 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-22 19:10:59 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-06-24 20:14:40 +02:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-14 11:49:14 +00:00
2025-02-22 19:10:59 +00:00
2025-02-22 19:10:59 +00:00
2025-02-22 19:10:59 +00:00
2025-02-22 19:10:59 +00:00
2025-02-22 19:10:59 +00:00
2025-02-22 19:10:59 +00:00
2025-02-15 14:55:07 +00:00
2025-02-15 14:55:07 +00:00
2025-02-15 14:55:07 +00:00
2025-02-15 14:55:07 +00:00
2025-02-15 14:55:07 +00:00
2025-02-11 15:15:32 +00:00
2025-02-23 14:41:49 +00:00
2025-02-22 19:10:59 +00:00
2025-02-22 19:10:59 +00:00
2025-02-22 19:10:59 +00:00
2025-02-22 19:10:59 +00:00
2025-10-03 01:04:56 +02:00