RE: [PHP-DEV] TCO: Tail Call Optimization

2019-04-29 Thread CHU Zhaowei
milar concept yet. In addition, if you check the compatibility for TCO, you will realize only safari provides support for it now. Regards, CHU Zhaowei > -Original Message- > From: David Rodrigues > Sent: Sunday, April 28, 2019 2:48 AM > To: PHP Internals > Subject:

[PHP-DEV] TCO: Tail Call Optimization

2019-04-27 Thread David Rodrigues
Not long ago I heard about the Tail Call Optimization from ES6. It seemed obscure to me at first, but once I understood the benefit of having it, it seemed like a good idea of optimization for PHP to avoid recursion problems. Is there any plan to make it possible in the engine? -- David Rodrigues