mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
8685a7f03c
* Use arena in DCE instead of multiple alloca() This requires passing the optimizer context * Use our do_alloca() instead of alloca() * Use emalloc in DEBUG builds instead of stack allocations for do_alloca() This helps detecting that we correctly free do_alloca()