1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 13:12:16 +02:00
Files
archived-php-src/ext
Nikita Popov d3c4841b18 Preloading: Don't move conditional functions to back to scripts
Conditional function declaration may be referenced by functions or
classes that have been preloaded, so we should not move them back
to scripts.

What we probably should be doing though is to discard conditional
functions that are not used in the optimizer. This is probably
reasonably common for polyfills, where we will be able to const-eval
the conditions and drop the BBs declaring the functions, but won't
delete the function declarations themselves.
2019-07-05 10:46:41 +02:00
..
2019-06-21 12:56:28 +02:00
2019-06-11 10:23:37 +02:00
2019-06-29 14:51:13 +02:00
2019-07-03 11:38:24 +02:00
2019-06-30 15:50:55 +01:00
2019-06-05 14:25:07 +02:00
2019-06-19 15:09:00 +02:00
2019-06-25 14:28:58 +02:00
2019-06-28 20:02:11 +02:00
2019-06-05 14:25:07 +02:00
2019-06-25 14:28:58 +02:00
2019-06-05 14:25:07 +02:00
2019-06-05 14:25:07 +02:00
2019-07-04 13:07:47 +03:00
2019-06-30 23:51:56 +02:00
2019-06-30 23:57:54 +02:00
2019-06-05 14:25:07 +02:00
2019-05-17 19:04:43 +02:00
2019-06-28 12:03:01 +03:00
2019-07-03 11:27:02 +02:00
2019-06-05 14:25:07 +02:00
2019-06-14 12:55:00 +02:00