mirror of
https://github.com/php/php-src.git
synced 2026-03-31 04:32:19 +02:00
* 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()